File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1028,7 +1028,7 @@ EXCLUDE_PATTERNS = *.mk
10281028# wildcard * is used, a substring. Examples: ANamespace, AClass,
10291029# ANamespace::AClass, ANamespace::*Test
10301030
1031- EXCLUDE_SYMBOLS = std doctest doctest_detail_test_suite_ns detail *::detail
1031+ EXCLUDE_SYMBOLS = std doctest doctest_detail_test_suite_ns detail *::detail impl *::impl
10321032
10331033# The EXAMPLE_PATH tag can be used to specify one or more files or directories
10341034# that contain example code fragments that are included (see the \include
Original file line number Diff line number Diff line change @@ -125,27 +125,7 @@ plugins:
125125 sorting :
126126 classes : false
127127 hideparams : true
128- doxy-cfg : # TODO: use doxy-cfg-file
129- PROJECT_NAME : CPP-GL
130- MARKDOWN_SUPPORT : YES
131- EXTRACT_ALL : NO
132- EXTRACT_STATIC : NO
133- EXTRACT_PRIVATE : NO
134- INTERNAL_DOCS : NO
135- HIDE_UNDOC_MEMBERS : YES
136- HIDE_UNDOC_CLASSES : YES
137- EXCLUDE_SYMBOLS : " std doctest doctest_detail_test_suite_ns detail *::detail"
138- SORT_MEMBER_DOCS : NO
139- SORT_BRIEF_DOCS : NO
140- SORT_MEMBERS_CTORS_1ST : YES
141- SORT_BY_SCOPE_NAME : NO
142- SORT_GROUP_NAMES : NO
143- FULL_PATH_NAMES : YES
144- STRIP_FROM_INC_PATH : include/
145- ENABLE_PREPROCESSING : YES
146- MACRO_EXPANSION : YES
147- EXPAND_ONLY_PREDEF : YES
148- PREDEFINED : gl_attr_force_inline=
128+ doxy-cfg-file : Doxyfile
149129
150130extra_javascript :
151131 - scripts/mathjax.js
You can’t perform that action at this time.
0 commit comments