]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/Doxyfile
Make @genericAppearance Doxygen macro consistent with @appearance.
[wxWidgets.git] / docs / doxygen / Doxyfile
index 4a90d389103015eea98b6e98681a6c41a97dd658..87728c30667a7d276eb85bbabe6cae46fe06f735 100644 (file)
@@ -6,7 +6,7 @@
 
 DOXYFILE_ENCODING      = UTF-8
 PROJECT_NAME           = wxWidgets
-PROJECT_NUMBER         = 2.9.5
+PROJECT_NUMBER         = 3.0.0
 PROJECT_BRIEF          =
 PROJECT_LOGO           = logo.png
 OUTPUT_DIRECTORY       = out
@@ -93,7 +93,7 @@ ALIASES += endFlagTable="</div>\n"
 # that look different in different ports. genericAppearance can be used for the
 # controls that always look the same.
 ALIASES += appearance{1}="\htmlonly<div class="appearance"><span class='appearance'>Appearance:</span><table><tr><td>\endhtmlonly\n\image html appear-\1-msw.png \"wxMSW Appearance\"\n\htmlonly</td><td>\endhtmlonly\n\image html appear-\1-gtk.png \"wxGTK Appearance\"\n\htmlonly</td><td>\endhtmlonly\n\image html appear-\1-mac.png \"wxOSX Appearance\"\n\htmlonly</td></tr></table></div>\endhtmlonly"
-ALIASES += genericAppearance{1}="\htmlonly<div class="appearance"><span class='appearance'>Appearance:</span><table class='appearance'><tr><td>\endhtmlonly\n\image html generic/\1 \"Generic Appearance\"\n\htmlonly</td></tr></table></div>\endhtmlonly"
+ALIASES += genericAppearance{1}="\htmlonly<div class="appearance"><span class='appearance'>Appearance:</span><table class='appearance'><tr><td>\endhtmlonly\n\image html generic/\1.png \"Generic Appearance\"\n\htmlonly</td></tr></table></div>\endhtmlonly"
 
 # aliases for the creation of "named member groups"
 # USAGE: the first argument must not contain spaces and be a unique identifier 
@@ -364,7 +364,7 @@ SERVER_BASED_SEARCH    = $(SERVER_BASED_SEARCH)
 #---------------------------------------------------------------------------
 
 GENERATE_DOCSET        = $(GENERATE_DOCSET)
-DOCSET_FEEDNAME        = "wxWidgets 2.9"
+DOCSET_FEEDNAME        = "wxWidgets 3.0"
 DOCSET_BUNDLE_ID       = org.wxwidgets.doxygen.wx29
 DOCSET_PUBLISHER_ID    = org.wxwidgets.doxygen
 DOCSET_PUBLISHER_NAME  = wxWidgets Team
@@ -486,7 +486,7 @@ EXPAND_ONLY_PREDEF     = NO
 SEARCH_INCLUDES        = YES
 INCLUDE_PATH           =
 INCLUDE_FILE_PATTERNS  =
-PREDEFINED             =
+PREDEFINED             = wxUSE_BASE wxUSE_GUI
 EXPAND_AS_DEFINED      =
 SKIP_FUNCTION_MACROS   = YES