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:
@@ -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
|
||||
|
Reference in New Issue
Block a user