개정판 fa3997aa
Modified build.bat for virtualenv
Change-Id: Ibe5be7823a3b12162580d2a13051c83878d70b03
Doxyfile | ||
---|---|---|
91 | 91 |
# Ukrainian and Vietnamese. |
92 | 92 |
# The default value is: English. |
93 | 93 |
|
94 |
OUTPUT_LANGUAGE = English
|
|
94 |
OUTPUT_LANGUAGE = Korean
|
|
95 | 95 |
|
96 | 96 |
# The OUTPUT_TEXT_DIRECTION tag is used to specify the direction in which all |
97 | 97 |
# documentation generated by doxygen is written. Doxygen will use this |
... | ... | |
285 | 285 |
# qualified scopes will look different, etc. |
286 | 286 |
# The default value is: NO. |
287 | 287 |
|
288 |
OPTIMIZE_OUTPUT_JAVA = YES
|
|
288 |
OPTIMIZE_OUTPUT_JAVA = NO
|
|
289 | 289 |
|
290 | 290 |
# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran |
291 | 291 |
# sources. Doxygen will then generate output that is tailored for Fortran. |
... | ... | |
485 | 485 |
# normally produced when WARNINGS is set to YES. |
486 | 486 |
# The default value is: NO. |
487 | 487 |
|
488 |
EXTRACT_ALL = NO
|
|
488 |
EXTRACT_ALL = YES
|
|
489 | 489 |
|
490 | 490 |
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will |
491 | 491 |
# be included in the documentation. |
... | ... | |
1576 | 1576 |
# The default value is: NO. |
1577 | 1577 |
# This tag requires that the tag GENERATE_HTML is set to YES. |
1578 | 1578 |
|
1579 |
GENERATE_TREEVIEW = NO
|
|
1579 |
GENERATE_TREEVIEW = YES
|
|
1580 | 1580 |
|
1581 | 1581 |
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that |
1582 | 1582 |
# doxygen will group on one line in the generated HTML documentation. |
... | ... | |
2352 | 2352 |
# set to NO |
2353 | 2353 |
# The default value is: NO. |
2354 | 2354 |
|
2355 |
HAVE_DOT = NO
|
|
2355 |
HAVE_DOT = YES
|
|
2356 | 2356 |
|
2357 | 2357 |
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed |
2358 | 2358 |
# to run in parallel. When set to 0 doxygen will base this on the number of |
... | ... | |
2552 | 2552 |
# found. If left blank, it is assumed the dot tool can be found in the path. |
2553 | 2553 |
# This tag requires that the tag HAVE_DOT is set to YES. |
2554 | 2554 |
|
2555 |
DOT_PATH = |
|
2555 |
DOT_PATH = ../../Bin/Graphviz/bin
|
|
2556 | 2556 |
|
2557 | 2557 |
# The DOTFILE_DIRS tag can be used to specify one or more directories that |
2558 | 2558 |
# contain dot files that are included in the documentation (see the \dotfile |
내보내기 Unified diff