regenerated headers to remove @seealso in favour of @see; fixed links to global functions/macros; converted \since latex macros into @wxsince commands; changed headers purpose from 'documentation for' to 'interface of'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: html/htmlpars.h
|
||||
// Purpose: documentation for wxHtmlTagHandler class
|
||||
// Purpose: interface of wxHtmlTagHandler
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows license
|
||||
@@ -14,8 +14,7 @@
|
||||
@library{wxhtml}
|
||||
@category{html}
|
||||
|
||||
@seealso
|
||||
Overview, wxHtmlTag
|
||||
@see Overview(), wxHtmlTag
|
||||
*/
|
||||
class wxHtmlTagHandler : public wxObject
|
||||
{
|
||||
@@ -63,6 +62,7 @@ public:
|
||||
};
|
||||
|
||||
|
||||
|
||||
/**
|
||||
@class wxHtmlParser
|
||||
@headerfile htmlpars.h wx/html/htmlpars.h
|
||||
@@ -88,8 +88,7 @@ public:
|
||||
@library{wxhtml}
|
||||
@category{html}
|
||||
|
||||
@seealso
|
||||
@ref overview_cells "Cells Overview", @ref overview_handlers "Tag Handlers
|
||||
@see @ref overview_cells "Cells Overview", @ref overview_handlers "Tag Handlers
|
||||
Overview", wxHtmlTag
|
||||
*/
|
||||
class wxHtmlParser
|
||||
@@ -268,3 +267,4 @@ public:
|
||||
*/
|
||||
void StopParsing();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user