X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/551048c28c18708b9c1829fc093edeb0585bb257..4e21ce0825a34b77f1c0bad9a209d9e33cbc7d96:/docs/doxygen/Doxyfile diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index b4dbce64ea..87728c3066 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -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="\n" # that look different in different ports. genericAppearance can be used for the # controls that always look the same. ALIASES += appearance{1}="\htmlonly
Appearance:
\endhtmlonly\n\image html appear-\1-msw.png \"wxMSW Appearance\"\n\htmlonly\endhtmlonly\n\image html appear-\1-gtk.png \"wxGTK Appearance\"\n\htmlonly\endhtmlonly\n\image html appear-\1-mac.png \"wxOSX Appearance\"\n\htmlonly
\endhtmlonly" -ALIASES += genericAppearance{1}="\htmlonly
Appearance:
\endhtmlonly\n\image html generic/\1 \"Generic Appearance\"\n\htmlonly
\endhtmlonly" +ALIASES += genericAppearance{1}="\htmlonly
Appearance:
\endhtmlonly\n\image html generic/\1.png \"Generic Appearance\"\n\htmlonly
\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