X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/10da75d0980f596bf0572012fa303a3a0a342b2b..2ac47b9e4b630d833453e3b0e1085f97d462e098:/docs/doxygen/Doxyfile_inc diff --git a/docs/doxygen/Doxyfile_inc b/docs/doxygen/Doxyfile_inc index 4516c09e81..968fb9b282 100644 --- a/docs/doxygen/Doxyfile_inc +++ b/docs/doxygen/Doxyfile_inc @@ -93,15 +93,10 @@ ALIASES += onlyfor{4}="
Availability:   # 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" -# 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 -# even if they're not inside a \class, \function or \struct command: +# Use this in grouped global functions, and macros since they +# wouldn't otherwise indicate what header they are defined in. ALIASES += header{1}="Include file:\n \verbatim #include <\1> \endverbatim" -# IMPORTANT: inside a \class, we want to specify the header file only once -# and not twice as the \headerfile command requires: -ALIASES += wxheader{1}="\headerfile \1 wx/\1" - # some formatting aliases ALIASES += true="true" ALIASES += false="false"