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

@@ -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