@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
32
32
# title of most generated pages and in a few other places.
33
33
# The default value is: My Project.
34
34
35
- PROJECT_NAME = "tms -nets"
35
+ PROJECT_NAME = "(t, m, s) -nets generator "
36
36
37
37
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
38
38
# could be handy for archiving the generated documentation or if some version
@@ -58,7 +58,7 @@ PROJECT_LOGO =
58
58
# entered, it will be relative to the location where doxygen was started. If
59
59
# left blank the current directory will be used.
60
60
61
- OUTPUT_DIRECTORY =
61
+ OUTPUT_DIRECTORY = ./docs
62
62
63
63
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
64
64
# directories (in 2 levels) under the output directory of each output format and
@@ -829,7 +829,7 @@ WARN_LOGFILE =
829
829
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
830
830
# Note: If this tag is empty the current directory is searched.
831
831
832
- INPUT = $(TRAVIS_BUILD_DIR) /include/tms-nets/niederreiter2.hpp $(TRAVIS_BUILD_DIR) /include/tms-nets/details $(TRAVIS_BUILD_DIR) /tools/main_page.md
832
+ INPUT = . /include/tms-nets/niederreiter2.hpp . /include/tms-nets/details . /tools/main_page.md
833
833
834
834
# This tag can be used to specify the character encoding of the source files
835
835
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -981,7 +981,7 @@ FILTER_SOURCE_PATTERNS =
981
981
# (index.html). This can be useful if you have a project on for instance GitHub
982
982
# and want to reuse the introduction page also for the doxygen output.
983
983
984
- USE_MDFILE_AS_MAINPAGE = $(TRAVIS_BUILD_DIR) /tools/main_page.md
984
+ USE_MDFILE_AS_MAINPAGE = . /tools/main_page.md
985
985
986
986
#---------------------------------------------------------------------------
987
987
# Configuration options related to source browsing
@@ -1110,7 +1110,7 @@ GENERATE_HTML = YES
1110
1110
# The default directory is: html.
1111
1111
# This tag requires that the tag GENERATE_HTML is set to YES.
1112
1112
1113
- HTML_OUTPUT = tmp_docs
1113
+ HTML_OUTPUT = .
1114
1114
1115
1115
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
1116
1116
# generated HTML page (for example: .htm, .php, .asp).
0 commit comments