Commit 057e3df84a275f7736c0db72ce7720908068f8a6
1 parent
bdad1ee7
Adding main page to back to doxyfile for travis
Showing
1 changed file
with
3 additions
and
3 deletions
docs/Doxyfile
| ... | ... | @@ -790,7 +790,7 @@ WARN_LOGFILE = |
| 790 | 790 | # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING |
| 791 | 791 | # Note: If this tag is empty the current directory is searched. |
| 792 | 792 | |
| 793 | -INPUT = ../include mainpage.md | |
| 793 | +INPUT = ../include ../docs/mainpage.md | |
| 794 | 794 | |
| 795 | 795 | # This tag can be used to specify the character encoding of the source files |
| 796 | 796 | # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |
| ... | ... | @@ -1111,7 +1111,7 @@ GENERATE_HTML = YES |
| 1111 | 1111 | # The default directory is: html. |
| 1112 | 1112 | # This tag requires that the tag GENERATE_HTML is set to YES. |
| 1113 | 1113 | |
| 1114 | -HTML_OUTPUT = html | |
| 1114 | +HTML_OUTPUT = | |
| 1115 | 1115 | |
| 1116 | 1116 | # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each |
| 1117 | 1117 | # generated HTML page (for example: .htm, .php, .asp). |
| ... | ... | @@ -1647,7 +1647,7 @@ EXTRA_SEARCH_MAPPINGS = |
| 1647 | 1647 | # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output. |
| 1648 | 1648 | # The default value is: YES. |
| 1649 | 1649 | |
| 1650 | -GENERATE_LATEX = YES | |
| 1650 | +GENERATE_LATEX = NO | |
| 1651 | 1651 | |
| 1652 | 1652 | # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a |
| 1653 | 1653 | # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of | ... | ... |