X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/10da75d0980f596bf0572012fa303a3a0a342b2b..fbfe2d4e7caa118e1b609151bc72e7e5c7ac0f32:/docs/doxygen/Doxyfile_inc diff --git a/docs/doxygen/Doxyfile_inc b/docs/doxygen/Doxyfile_inc index 4516c09e81..c6a43b7363 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" @@ -118,8 +113,8 @@ ALIASES += if_="\#if" ALIASES += endif_="\#endif" # table aliases for 2 and 3 column tables -ALIASES += beginTable="
" -ALIASES += beginInvisibleTable="
" +ALIASES += beginTable="
" +ALIASES += beginInvisibleTable="
" ALIASES += row2col{2}="" ALIASES += row2col{3}="" ALIASES += row2col{4}="" @@ -137,7 +132,8 @@ ALIASES += row3col{7}="" ALIASES += row3col{8}="" ALIASES += row3col{9}="" ALIASES += row3col{10}="" -ALIASES += endTable="
\1 \2
\1 \2,\3
\1 \2,\3,\4
\1 \2 \3,\4,\5,\6,\7
\1 \2 \3,\4,\5,\6,\7,\8
\1 \2 \3,\4,\5,\6,\7,\8,\9
\1 \2 \3,\4,\5,\6,\7,\8,\9,\10
" +ALIASES += hdr3col{3}="\1 \2 \3" +ALIASES += endTable="" # definition list aliases # a definition list currently is rendered as 2-column table but it may use as @@ -216,7 +212,7 @@ ENABLED_SECTIONS = WXPERL_MANUAL WXPYTHON_MANUAL MAX_INITIALIZER_LINES = 30 SHOW_USED_FILES = NO SHOW_DIRECTORIES = YES -SHOW_FILES = YES # Doxygen 1.5.6+ +#SHOW_FILES = YES # Doxygen 1.5.6+ only FILE_VERSION_FILTER = #---------------------------------------------------------------------------