@@ -52,7 +52,7 @@ PROJECT_LOGO =
5252# If a relative path is entered, it will be relative to the location
5353# where doxygen was started. If left blank the current directory will be used.
5454
55- OUTPUT_DIRECTORY = doc
55+ OUTPUT_DIRECTORY = @CMAKE_CURRENT_BINARY_DIR@/
5656
5757# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
5858# 4096 sub-directories (in 2 levels) under the output directory of each output
@@ -595,7 +595,7 @@ FILE_VERSION_FILTER =
595595# You can optionally specify a file name after the option, if omitted
596596# DoxygenLayout.xml will be used as the name of the layout file.
597597
598- LAYOUT_FILE = "@CMAKE_CURRENT_SOURCE_DIR@/doc/ DoxygenLayout.xml"
598+ LAYOUT_FILE = "@CMAKE_CURRENT_SOURCE_DIR@/DoxygenLayout.xml"
599599
600600# The CITE_BIB_FILES tag can be used to specify one or more bib files
601601# containing the references data. This must be a list of .bib files. The
@@ -668,7 +668,7 @@ WARN_LOGFILE =
668668# directories like "/usr/src/myproject". Separate the files or directories
669669# with spaces.
670670
671- INPUT = @CMAKE_CURRENT_SOURCE_DIR@/include @CMAKE_CURRENT_SOURCE_DIR@/doc #include doc
671+ INPUT = @CMAKE_CURRENT_SOURCE_DIR@/../ include @CMAKE_CURRENT_SOURCE_DIR@/
672672
673673# This tag can be used to specify the character encoding of the source files
674674# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -701,7 +701,7 @@ RECURSIVE = YES
701701# Note that relative paths are relative to the directory from which doxygen is
702702# run.
703703
704- EXCLUDE = external
704+ EXCLUDE = @CMAKE_CURRENT_SOURCE_DIR@/../ external
705705
706706# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
707707# directories that are symbolic links (a Unix file system feature) are excluded
@@ -911,7 +911,7 @@ HTML_HEADER =
911911# each generated HTML page. If it is left blank doxygen will generate a
912912# standard footer.
913913
914- HTML_FOOTER ="@CMAKE_CURRENT_SOURCE_DIR@/doc/ footer.html"
914+ HTML_FOOTER ="@CMAKE_CURRENT_SOURCE_DIR@/footer.html"
915915
916916# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
917917# style sheet that is used by each HTML page. It can be used to
@@ -1476,13 +1476,13 @@ XML_OUTPUT = xml
14761476# which can be used by a validating XML parser to check the
14771477# syntax of the XML files.
14781478
1479- XML_SCHEMA =
1479+ # XML_SCHEMA =
14801480
14811481# The XML_DTD tag can be used to specify an XML DTD,
14821482# which can be used by a validating XML parser to check the
14831483# syntax of the XML files.
14841484
1485- XML_DTD =
1485+ # XML_DTD =
14861486
14871487# If the XML_PROGRAMLISTING tag is set to YES Doxygen will
14881488# dump the program listings (including syntax highlighting
@@ -1626,7 +1626,7 @@ TAGFILES =
16261626# When a file name is specified after GENERATE_TAGFILE, doxygen will create
16271627# a tag file that is based on the input files it reads.
16281628
1629- GENERATE_TAGFILE =
1629+ GENERATE_TAGFILE = cereal.doxytags
16301630
16311631# If the ALLEXTERNALS tag is set to YES all external classes will be listed
16321632# in the class index. If set to NO only the inherited external classes
0 commit comments