From adcb6f88ee32eb508d64e86c22ad193fec8b95cf Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Fri, 14 Mar 2008 23:59:55 +0000 Subject: [PATCH] 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 --- docs/doxygen/overviews/backwardcompatibility.h | 2 +- docs/doxygen/overviews/internationalization.h | 3 +-- docs/doxygen/overviews/resyntax.h | 2 +- docs/doxygen/overviews/roughguide.h | 2 +- docs/doxygen/overviews/runtimeclass.h | 4 ++-- docs/doxygen/overviews/windowids.h | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/doxygen/overviews/backwardcompatibility.h b/docs/doxygen/overviews/backwardcompatibility.h index 7abb912468..83575b532f 100644 --- a/docs/doxygen/overviews/backwardcompatibility.h +++ b/docs/doxygen/overviews/backwardcompatibility.h @@ -34,7 +34,7 @@ uncertainty of the future. wxWidgets version numbers can have up to four components, with trailing zeros sometimes omitted: -@vertatim +@verbatim major.minor.release.sub-release @endverbatim diff --git a/docs/doxygen/overviews/internationalization.h b/docs/doxygen/overviews/internationalization.h index 46c82d7ea4..c952bb7dc6 100644 --- a/docs/doxygen/overviews/internationalization.h +++ b/docs/doxygen/overviews/internationalization.h @@ -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. -@seealso - +@see @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 page_utils_samples_internat - Shows you how all this looks in practice. diff --git a/docs/doxygen/overviews/resyntax.h b/docs/doxygen/overviews/resyntax.h index 2ed6bfa629..dae9b1ce4d 100644 --- a/docs/doxygen/overviews/resyntax.h +++ b/docs/doxygen/overviews/resyntax.h @@ -23,7 +23,7 @@ that matches certain strings and doesn't match others. @li @ref overview_resyntax_bre @li @ref overview_resyntax_characters -@seealso +@see @li wxRegEx diff --git a/docs/doxygen/overviews/roughguide.h b/docs/doxygen/overviews/roughguide.h index 1557a2c621..7a65f19f8c 100644 --- a/docs/doxygen/overviews/roughguide.h +++ b/docs/doxygen/overviews/roughguide.h @@ -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 @ref page_func_cat_misc of operating system methods and other functions. -@seealso +@see @li @ref page_class_cat diff --git a/docs/doxygen/overviews/runtimeclass.h b/docs/doxygen/overviews/runtimeclass.h index b2bf4524b0..dd16fe7db9 100644 --- a/docs/doxygen/overviews/runtimeclass.h +++ b/docs/doxygen/overviews/runtimeclass.h @@ -14,7 +14,7 @@ @li @ref overview_rtti_classinfo @li @ref overview_rtti_example -@seealso +@see @li wxObject @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 wxObject::GetClassInfo. -@seealso +@see @li wxObject @li wxCreateDynamicObject diff --git a/docs/doxygen/overviews/windowids.h b/docs/doxygen/overviews/windowids.h index fd63b4767f..989f6002ee 100644 --- a/docs/doxygen/overviews/windowids.h +++ b/docs/doxygen/overviews/windowids.h @@ -14,7 +14,7 @@ @li @ref overview_windowids_type @li @ref overview_windowids_using -@seealso +@see @li wxIdManager @li wxWindow::NewControlId