From: Bryan Petty Date: Tue, 6 May 2008 03:17:22 +0000 (+0000) Subject: Added missing semi-colon in DVC interface header, and fixed the appearance alias... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6da3d196647509268ae6f186b469039d1fe0f725 Added missing semi-colon in DVC interface header, and fixed the appearance alias to really only output to HTML. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/Doxyfile_inc b/docs/doxygen/Doxyfile_inc index 3490400a39..abf3e51152 100644 --- a/docs/doxygen/Doxyfile_inc +++ b/docs/doxygen/Doxyfile_inc @@ -90,7 +90,7 @@ ALIASES += onlyfor{3}="
Availability:   ALIASES += onlyfor{4}="
Availability:  only available for the \ref page_port_\1, \ref page_port_\2, \ref page_port_\3, \ref page_port_\4 ports.
\xmlonly \1,\2,\3,\4 \endxmlonly" # creates appearance section: this should be used for all main GUI controls -ALIASES += appearance{1}="@htmlonly
Appearance:
wxMSW appearancewxGTK appearancewxMac appearance
wxMSW appearancewxGTK appearancewxMac appearance
@endhtmlonly" +ALIASES += appearance{1}="\htmlonly
Appearance:
wxMSW appearancewxGTK appearancewxMac appearance
wxMSW appearancewxGTK appearancewxMac appearance
\endhtmlonly" # IMPORTANT: the \headerfile command does not work everywhere we'd need it, # e.g. in the constants page we need to specify an header file diff --git a/interface/dataview.h b/interface/dataview.h index 31a7e4b4ca..fbd8f67a63 100644 --- a/interface/dataview.h +++ b/interface/dataview.h @@ -537,7 +537,7 @@ public: Constructor. */ wxDataViewVirtualListModel(unsigned int initial_size = 0); -} +};