diff options
author | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-05 14:43:24 -0600 |
---|---|---|
committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-05 14:43:24 -0600 |
commit | cb9ff31b5ab93c44e9a09235254feae50aa01179 (patch) | |
tree | db3916efbe2f54d16b319f1d2f50a63216bd5bed /Doxyfile | |
parent | set up Doxygen to actually run and build (diff) | |
download | args.hxx-cb9ff31b5ab93c44e9a09235254feae50aa01179.tar.xz |
improve doxygenation
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -765,7 +765,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = +INPUT += README.md # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -906,7 +906,7 @@ 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 = README.md #--------------------------------------------------------------------------- # Configuration options related to source browsing @@ -1054,7 +1054,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = public +HTML_OUTPUT = html # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp). @@ -1590,7 +1590,7 @@ EXTRA_SEARCH_MAPPINGS = # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output. # The default value is: YES. -GENERATE_LATEX = YES +GENERATE_LATEX = NO # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of |