File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
#---------------------------------------------------------------------------
6
6
DOXYFILE_ENCODING = UTF-8
7
7
PROJECT_NAME = mpm
8
- PROJECT_NUMBER = 0.1
8
+ PROJECT_NUMBER = Alpha
9
9
PROJECT_BRIEF = "Material Point Method"
10
10
PROJECT_LOGO =
11
- OUTPUT_DIRECTORY = ./docs
11
+ OUTPUT_DIRECTORY = ./
12
12
CREATE_SUBDIRS = NO
13
13
ALLOW_UNICODE_NAMES = NO
14
14
OUTPUT_LANGUAGE = English
@@ -153,7 +153,7 @@ IGNORE_PREFIX =
153
153
# Configuration options related to the HTML output
154
154
#---------------------------------------------------------------------------
155
155
GENERATE_HTML = YES
156
- HTML_OUTPUT = html
156
+ HTML_OUTPUT = ./docs
157
157
HTML_FILE_EXTENSION = .html
158
158
HTML_HEADER = doxygen/header.html
159
159
HTML_FOOTER = doxygen/footer.html
@@ -210,7 +210,7 @@ EXTRA_SEARCH_MAPPINGS =
210
210
#---------------------------------------------------------------------------
211
211
# Configuration options related to the LaTeX output
212
212
#---------------------------------------------------------------------------
213
- GENERATE_LATEX = YES
213
+ GENERATE_LATEX = NO
214
214
LATEX_OUTPUT = latex
215
215
LATEX_CMD_NAME = latex
216
216
MAKEINDEX_CMD_NAME = makeindex
You can’t perform that action at this time.
0 commit comments