Skip to content

Commit a3687ad

Browse files
committed
more documentation in build/doc/latex/refman.pdf
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
1 parent 9c80284 commit a3687ad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Doxyfile

+7-7
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ AUTOLINK_SUPPORT = YES
309309
# diagrams that involve STL classes more complete and accurate.
310310
# The default value is: NO.
311311

312-
BUILTIN_STL_SUPPORT = NO
312+
BUILTIN_STL_SUPPORT = YES
313313

314314
# If you use Microsoft's C++/CLI language, you should set this option to YES to
315315
# enable parsing support.
@@ -409,25 +409,25 @@ LOOKUP_CACHE_SIZE = 0
409409
# normally produced when WARNINGS is set to YES.
410410
# The default value is: NO.
411411

412-
EXTRACT_ALL = NO
412+
EXTRACT_ALL = YES
413413

414414
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
415415
# be included in the documentation.
416416
# The default value is: NO.
417417

418-
EXTRACT_PRIVATE = NO
418+
EXTRACT_PRIVATE = YES
419419

420420
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
421421
# scope will be included in the documentation.
422422
# The default value is: NO.
423423

424-
EXTRACT_PACKAGE = NO
424+
EXTRACT_PACKAGE = YES
425425

426426
# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
427427
# included in the documentation.
428428
# The default value is: NO.
429429

430-
EXTRACT_STATIC = NO
430+
EXTRACT_STATIC = YES
431431

432432
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
433433
# locally in source files will be included in the documentation. If set to NO,
@@ -1371,7 +1371,7 @@ DISABLE_INDEX = NO
13711371
# The default value is: NO.
13721372
# This tag requires that the tag GENERATE_HTML is set to YES.
13731373

1374-
GENERATE_TREEVIEW = NO
1374+
GENERATE_TREEVIEW = YES
13751375

13761376
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
13771377
# doxygen will group on one line in the generated HTML documentation.
@@ -1683,7 +1683,7 @@ USE_PDFLATEX = YES
16831683
# The default value is: NO.
16841684
# This tag requires that the tag GENERATE_LATEX is set to YES.
16851685

1686-
LATEX_BATCHMODE = NO
1686+
LATEX_BATCHMODE = YES
16871687

16881688
# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
16891689
# index chapters (such as File Index, Compound Index, etc.) in the output.

0 commit comments

Comments
 (0)