File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55#---------------------------------------------------------------------------
66DOXYFILE_ENCODING = UTF-8
77PROJECT_NAME = mpm
8- PROJECT_NUMBER = 0.1
8+ PROJECT_NUMBER = Alpha
99PROJECT_BRIEF = "Material Point Method"
1010PROJECT_LOGO =
11- OUTPUT_DIRECTORY = ./docs
11+ OUTPUT_DIRECTORY = ./
1212CREATE_SUBDIRS = NO
1313ALLOW_UNICODE_NAMES = NO
1414OUTPUT_LANGUAGE = English
@@ -153,7 +153,7 @@ IGNORE_PREFIX =
153153# Configuration options related to the HTML output
154154#---------------------------------------------------------------------------
155155GENERATE_HTML = YES
156- HTML_OUTPUT = html
156+ HTML_OUTPUT = ./docs
157157HTML_FILE_EXTENSION = .html
158158HTML_HEADER = doxygen/header.html
159159HTML_FOOTER = doxygen/footer.html
@@ -210,7 +210,7 @@ EXTRA_SEARCH_MAPPINGS =
210210#---------------------------------------------------------------------------
211211# Configuration options related to the LaTeX output
212212#---------------------------------------------------------------------------
213- GENERATE_LATEX = YES
213+ GENERATE_LATEX = NO
214214LATEX_OUTPUT = latex
215215LATEX_CMD_NAME = latex
216216MAKEINDEX_CMD_NAME = makeindex
You can’t perform that action at this time.
0 commit comments