@@ -30,7 +30,7 @@ DOXYFILE_ENCODING = UTF-8
3030# double-quotes, unless you are using Doxywizard) that should identify the
3131# project for which the documentation is generated. This name is used in the
3232# title of most generated pages and in a few other places.
33- # The default value is: My MyHovercraftIsFullOfEels .
33+ # The default value is: My Project .
3434
3535PROJECT_NAME = "C++20 Cross Platform Template"
3636
@@ -1227,10 +1227,10 @@ DOCSET_FEEDNAME = "Doxygen generated docs"
12271227# This tag specifies a string that should uniquely identify the documentation
12281228# set bundle. This should be a reverse domain-name style string, e.g.
12291229# com.mycompany.MyDocSet. Doxygen will append .docset to the name.
1230- # The default value is: org.doxygen.MyHovercraftIsFullOfEels .
1230+ # The default value is: org.doxygen.Project .
12311231# This tag requires that the tag GENERATE_DOCSET is set to YES.
12321232
1233- DOCSET_BUNDLE_ID = org.doxygen.MyHovercraftIsFullOfEels
1233+ DOCSET_BUNDLE_ID = org.doxygen.Project
12341234
12351235# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
12361236# the documentation publisher. This should be a reverse domain-name style
@@ -1324,15 +1324,15 @@ GENERATE_QHP = NO
13241324QCH_FILE =
13251325
13261326# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
1327- # MyHovercraftIsFullOfEels output. For more information please see Qt Help MyHovercraftIsFullOfEels / Namespace
1327+ # Project output. For more information please see Qt Help Project / Namespace
13281328# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1329- # The default value is: org.doxygen.MyHovercraftIsFullOfEels .
1329+ # The default value is: org.doxygen.Project .
13301330# This tag requires that the tag GENERATE_QHP is set to YES.
13311331
1332- QHP_NAMESPACE = org.doxygen.MyHovercraftIsFullOfEels
1332+ QHP_NAMESPACE = org.doxygen.Project
13331333
13341334# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
1335- # Help MyHovercraftIsFullOfEels output. For more information please see Qt Help MyHovercraftIsFullOfEels / Virtual
1335+ # Help Project output. For more information please see Qt Help Project / Virtual
13361336# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
13371337# folders).
13381338# The default value is: doc.
@@ -1341,23 +1341,23 @@ QHP_NAMESPACE = org.doxygen.MyHovercraftIsFullOfEels
13411341QHP_VIRTUAL_FOLDER = doc
13421342
13431343# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1344- # filter to add. For more information please see Qt Help MyHovercraftIsFullOfEels / Custom
1344+ # filter to add. For more information please see Qt Help Project / Custom
13451345# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
13461346# filters).
13471347# This tag requires that the tag GENERATE_QHP is set to YES.
13481348
13491349QHP_CUST_FILTER_NAME =
13501350
13511351# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
1352- # custom filter to add. For more information please see Qt Help MyHovercraftIsFullOfEels / Custom
1352+ # custom filter to add. For more information please see Qt Help Project / Custom
13531353# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
13541354# filters).
13551355# This tag requires that the tag GENERATE_QHP is set to YES.
13561356
13571357QHP_CUST_FILTER_ATTRS =
13581358
13591359# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
1360- # project's filter section matches. Qt Help MyHovercraftIsFullOfEels / Filter Attributes (see:
1360+ # project's filter section matches. Qt Help Project / Filter Attributes (see:
13611361# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
13621362# This tag requires that the tag GENERATE_QHP is set to YES.
13631363
@@ -1385,10 +1385,10 @@ GENERATE_ECLIPSEHELP = NO
13851385# A unique identifier for the Eclipse help plugin. When installing the plugin
13861386# the directory name containing the HTML and XML files should also have this
13871387# name. Each documentation set should have its own identifier.
1388- # The default value is: org.doxygen.MyHovercraftIsFullOfEels .
1388+ # The default value is: org.doxygen.Project .
13891389# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
13901390
1391- ECLIPSE_DOC_ID = org.doxygen.MyHovercraftIsFullOfEels
1391+ ECLIPSE_DOC_ID = org.doxygen.Project
13921392
13931393# If you want full control over the layout of the generated HTML pages it might
13941394# be necessary to disable the index and replace it with your own. The
0 commit comments