@@ -25,20 +25,20 @@ DOXYFILE_ENCODING = UTF-8
25
25
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
26
26
# by quotes) that should identify the project.
27
27
28
- PROJECT_NAME =
28
+ PROJECT_NAME = Privateer
29
29
30
30
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
31
31
# This could be handy for archiving the generated documentation or
32
32
# if some version control system is used.
33
33
34
- PROJECT_NUMBER =
34
+ PROJECT_NUMBER = MKIII
35
35
36
36
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
37
37
# base path where the generated documentation will be put.
38
38
# If a relative path is entered, it will be relative to the location
39
39
# where doxygen was started. If left blank the current directory will be used.
40
40
41
- OUTPUT_DIRECTORY = ../ doc
41
+ OUTPUT_DIRECTORY = doc
42
42
43
43
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
44
44
# 4096 sub-directories (in 2 levels) under the output directory of each output
@@ -159,7 +159,7 @@ MULTILINE_CPP_IS_BRIEF = NO
159
159
# member inherits the documentation from any documented member that it
160
160
# re-implements.
161
161
162
- INHERIT_DOCS = YES
162
+ INHERIT_DOCS = NO
163
163
164
164
# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
165
165
# a new page for each member. If set to NO, the documentation of a member will
@@ -225,7 +225,7 @@ EXTENSION_MAPPING =
225
225
# func(std::string) {}). This also make the inheritance and collaboration
226
226
# diagrams that involve STL classes more complete and accurate.
227
227
228
- BUILTIN_STL_SUPPORT = NO
228
+ BUILTIN_STL_SUPPORT = YES
229
229
230
230
# If you use Microsoft's C++/CLI language, you should set this option to YES to
231
231
# enable parsing support.
@@ -297,7 +297,7 @@ SYMBOL_CACHE_SIZE = 0
297
297
# Private class members and static file members will be hidden unless
298
298
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
299
299
300
- EXTRACT_ALL = YES
300
+ EXTRACT_ALL = NO
301
301
302
302
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
303
303
# will be included in the documentation.
@@ -313,7 +313,7 @@ EXTRACT_STATIC = NO
313
313
# defined locally in source files will be included in the documentation.
314
314
# If set to NO only classes defined in header files are included.
315
315
316
- EXTRACT_LOCAL_CLASSES = YES
316
+ EXTRACT_LOCAL_CLASSES = NO
317
317
318
318
# This flag is only useful for Objective-C code. When set to YES local
319
319
# methods, which are defined in the implementation section but not in
@@ -343,7 +343,7 @@ HIDE_UNDOC_MEMBERS = NO
343
343
# If set to NO (the default) these classes will be included in the various
344
344
# overviews. This option has no effect if EXTRACT_ALL is enabled.
345
345
346
- HIDE_UNDOC_CLASSES = NO
346
+ HIDE_UNDOC_CLASSES = YES
347
347
348
348
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
349
349
# friend (class|struct|union) declarations.
@@ -396,7 +396,7 @@ INLINE_INFO = YES
396
396
# alphabetically by member name. If set to NO the members will appear in
397
397
# declaration order.
398
398
399
- SORT_MEMBER_DOCS = YES
399
+ SORT_MEMBER_DOCS = NO
400
400
401
401
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
402
402
# brief documentation of file, namespace and class members alphabetically
@@ -597,7 +597,7 @@ RECURSIVE = NO
597
597
# excluded from the INPUT source files. This way you can easily exclude a
598
598
# subdirectory from a directory tree whose root is specified with the INPUT tag.
599
599
600
- EXCLUDE =
600
+ EXCLUDE = privateer-frontend_scriptingPYTHON_wrap.cxx privateer.py
601
601
602
602
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
603
603
# directories that are symbolic links (a Unix filesystem feature) are excluded
0 commit comments