replace @seealso with @see; as Vaclav pointed out we shouldn't use custom aliases only for styling purposes, CSS is designed for that; besides @seealso was already removed from all interface headers and from Doxygen_inc

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-14 23:59:55 +00:00
parent a6b4b834b1
commit adcb6f88ee
6 changed files with 7 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ uncertainty of the future.
wxWidgets version numbers can have up to four components, with trailing zeros wxWidgets version numbers can have up to four components, with trailing zeros
sometimes omitted: sometimes omitted:
@vertatim @verbatim
major.minor.release.sub-release major.minor.release.sub-release
@endverbatim @endverbatim

View File

@@ -81,8 +81,7 @@ translations for all of these currently. wxWidgets does not yet handle
translated special key names such as Backspace, End, Insert, etc. translated special key names such as Backspace, End, Insert, etc.
@seealso @see
@li The gettext Manual: http://www.gnu.org/software/gettext/manual/gettext.html @li The gettext Manual: http://www.gnu.org/software/gettext/manual/gettext.html
@li @ref overview_nonenglish - It focuses on handling charsets related problems. @li @ref overview_nonenglish - It focuses on handling charsets related problems.
@li @ref page_utils_samples_internat - Shows you how all this looks in practice. @li @ref page_utils_samples_internat - Shows you how all this looks in practice.

View File

@@ -23,7 +23,7 @@ that matches certain strings and doesn't match others.
@li @ref overview_resyntax_bre @li @ref overview_resyntax_bre
@li @ref overview_resyntax_characters @li @ref overview_resyntax_characters
@seealso @see
@li wxRegEx @li wxRegEx

View File

@@ -54,7 +54,7 @@ platform-independent @ref page_func_cat_file, and you may find it handy to
maintain and search a list of paths using wxPathList. There's many maintain and search a list of paths using wxPathList. There's many
@ref page_func_cat_misc of operating system methods and other functions. @ref page_func_cat_misc of operating system methods and other functions.
@seealso @see
@li @ref page_class_cat @li @ref page_class_cat

View File

@@ -14,7 +14,7 @@
@li @ref overview_rtti_classinfo @li @ref overview_rtti_classinfo
@li @ref overview_rtti_example @li @ref overview_rtti_example
@seealso @see
@li wxObject @li wxObject
@li wxClassInfo @li wxClassInfo
@@ -93,7 +93,7 @@ You can get the wxClassInfo for a class by using the CLASSINFO macro, e.g.
CLASSINFO(wxFrame). You can get the wxClassInfo for an object using CLASSINFO(wxFrame). You can get the wxClassInfo for an object using
wxObject::GetClassInfo. wxObject::GetClassInfo.
@seealso @see
@li wxObject @li wxObject
@li wxCreateDynamicObject @li wxCreateDynamicObject

View File

@@ -14,7 +14,7 @@
@li @ref overview_windowids_type @li @ref overview_windowids_type
@li @ref overview_windowids_using @li @ref overview_windowids_using
@seealso @see
@li wxIdManager @li wxIdManager
@li wxWindow::NewControlId @li wxWindow::NewControlId