From: Francesco Montorsi Date: Mon, 3 Mar 2008 23:35:26 +0000 (+0000) Subject: add some explanation text for the new sections X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bc192c074f2c5682411efd026a348226720444a0 add some explanation text for the new sections git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/Doxyfile.inc b/docs/doxygen/Doxyfile.inc index e64a21f9ae..c641af62d4 100644 --- a/docs/doxygen/Doxyfile.inc +++ b/docs/doxygen/Doxyfile.inc @@ -62,23 +62,23 @@ ALIASES += beginExtraStyleTable="\section class_extrastyles Extra Styles\n" ALIASES += endExtraStyleTable="\n" # aliases for additional wx-specific infos -ALIASES += library{1}="\section class_lib Library\n \ref page_libs_\1" +ALIASES += library{1}="\section class_lib Library\n Belongs to library \ref page_libs_\1" ALIASES += nolibrary="\section class_lib Library\n None; this class implementation is entirely header-based." ALIASES += stdobjects="\section class_stdobj Predefined objects\n \b" -ALIASES += category{1}="\section class_category Category\n" +ALIASES += category{1}="\section class_category Category\n \1" # aliases with references to wxWidgets ports -ALIASES += nativeimpl{1}="\section class_impl Native implementations\n \ref page_port_\1" -ALIASES += nativeimpl{2}="\section class_impl Native implementations\n \ref page_port_\1, \ref page_port_\2" -ALIASES += nativeimpl{3}="\section class_impl Native implementations\n \ref page_port_\1, \ref page_port_\2, \ref page_port_\3" -ALIASES += nativeimpl{4}="\section class_impl Native implementations\n \ref page_port_\1, \ref page_port_\2, \ref page_port_\3, \ref page_port_\4" -ALIASES += onlyfor{1}="\section class_onlyfor Only available for\n \ref page_port_\1" -ALIASES += onlyfor{2}="\section class_onlyfor Only available for\n \ref page_port_\1, \ref page_port_\2" -ALIASES += onlyfor{3}="\section class_onlyfor Only available for\n \ref page_port_\1, \ref page_port_\2, \ref page_port_\3" -ALIASES += onlyfor{4}="\section class_onlyfor Only available for\n \ref page_port_\1, \ref page_port_\2, \ref page_port_\3, \ref page_port_\4" +ALIASES += nativeimpl{1}="\section class_impl Implementations\n Native implementations are used for \ref page_port_\1 port; generic implementation is used elsewhere." +ALIASES += nativeimpl{2}="\section class_impl Implementations\n Native implementations are used for \ref page_port_\1, \ref page_port_\2 ports; generic implementation is used elsewhere." +ALIASES += nativeimpl{3}="\section class_impl Implementations\n Native implementations are used for \ref page_port_\1, \ref page_port_\2, \ref page_port_\3 ports; generic implementation is used elsewhere." +ALIASES += nativeimpl{4}="\section class_impl Implementations\n Native implementations are used for \ref page_port_\1, \ref page_port_\2, \ref page_port_\3, \ref page_port_\4 ports; generic implementation is used elsewhere." +ALIASES += onlyfor{1}="\section class_onlyfor Availability\n Only available for the \ref page_port_\1 port." +ALIASES += onlyfor{2}="\section class_onlyfor Availability\n Only available for the \ref page_port_\1, \ref page_port_\2 ports." +ALIASES += onlyfor{3}="\section class_onlyfor Availability\n Only available for the \ref page_port_\1, \ref page_port_\2, \ref page_port_\3 ports." +ALIASES += onlyfor{4}="\section class_onlyfor Availability\n Only available for the \ref page_port_\1, \ref page_port_\2, \ref page_port_\3, \ref page_port_\4 ports." # creates appearance section: this should be used for all main GUI controls -ALIASES += appearance{1}="\section class_appearance Appearance\n @htmlonly
wxMSW appearancewxGTK appearancewxMac appearance
wxMSW appearancewxGTK appearancewxMac appearance
@endhtmlonly" +ALIASES += appearance{1}="\section class_appearance Appearance\n @htmlonly Screenshots for this widget:
wxMSW appearancewxGTK appearancewxMac appearance
wxMSW appearancewxGTK appearancewxMac appearance
@endhtmlonly" # IMPORTANT: the default \sa command does not generate a \section! ALIASES += seealso="\section class_sa See also\n"