more ensmartening of the tools
Showing
with
47 additions
and
25 deletions
... | ... | @@ -58,7 +58,7 @@ PROJECT_LOGO = |
# entered, it will be relative to the location where doxygen was started. If | ||
# left blank the current directory will be used. | ||
OUTPUT_DIRECTORY = generated-doc | ||
OUTPUT_DIRECTORY = @CMAKE_BINARY_DIR@/build/share/doc/nitrogen/@PROJECT_NAME@ | ||
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- | ||
# directories (in 2 levels) under the output directory of each output format and | ||
... | ... | @@ -946,7 +946,8 @@ FILTER_SOURCE_PATTERNS = |
# (index.html). This can be useful if you have a project on for instance GitHub | ||
# and want to reuse the introduction page also for the doxygen output. | ||
USE_MDFILE_AS_MAINPAGE = | ||
USE_MDFILE_AS_MAINPAGE = @[email protected] \ | ||
README.md | ||
#--------------------------------------------------------------------------- | ||
# Configuration options related to source browsing | ||
... | ... | @@ -1248,7 +1249,7 @@ DOCSET_FEEDNAME = "Doxygen generated docs" |
# The default value is: org.doxygen.Project. | ||
# This tag requires that the tag GENERATE_DOCSET is set to YES. | ||
DOCSET_BUNDLE_ID = org.doxygen.Project | ||
DOCSET_BUNDLE_ID = me.felinewith.nitrogen.@PROJECT_NAME@ | ||
# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify | ||
# the documentation publisher. This should be a reverse domain-name style | ||
... | ... | @@ -1256,13 +1257,13 @@ DOCSET_BUNDLE_ID = org.doxygen.Project |
# The default value is: org.doxygen.Publisher. | ||
# This tag requires that the tag GENERATE_DOCSET is set to YES. | ||
DOCSET_PUBLISHER_ID = org.doxygen.Publisher | ||
DOCSET_PUBLISHER_ID = me.felinewith | ||
# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. | ||
# The default value is: Publisher. | ||
# This tag requires that the tag GENERATE_DOCSET is set to YES. | ||
DOCSET_PUBLISHER_NAME = Publisher | ||
DOCSET_PUBLISHER_NAME = StarPhoenix Media | ||
# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three | ||
# additional HTML index files: index.hhp, index.hhc, and index.hhk. The | ||
... | ... | @@ -1347,7 +1348,7 @@ QCH_FILE = |
# The default value is: org.doxygen.Project. | ||
# This tag requires that the tag GENERATE_QHP is set to YES. | ||
QHP_NAMESPACE = org.doxygen.Project | ||
QHP_NAMESPACE = me.felinewith.nitrogen.@PROJECT_NAME@ | ||
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt | ||
# Help Project output. For more information please see Qt Help Project / Virtual | ||
... | ... | @@ -1403,7 +1404,7 @@ GENERATE_ECLIPSEHELP = NO |
# The default value is: org.doxygen.Project. | ||
# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES. | ||
ECLIPSE_DOC_ID = org.doxygen.Project | ||
ECLIPSE_DOC_ID = me.felinewith.nitrogen.@PROJECT_NAME@ | ||
# If you want full control over the layout of the generated HTML pages it might | ||
# be necessary to disable the index and replace it with your own. The | ||
... | ... | @@ -2042,7 +2043,7 @@ INCLUDE_PATH = |
# used. | ||
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | ||
INCLUDE_FILE_PATTERNS = | ||
INCLUDE_FILE_PATTERNS = @CMAKE_INCLUDE_PATH@ | ||
# The PREDEFINED tag can be used to specify one or more macro names that are | ||
# defined before the preprocessor is started (similar to the -D option of e.g. | ||
... | ... |
-
Please register or sign in to post a comment