Skip to content

Commit

Permalink
adjustment to doxyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ManifoldFR committed Dec 7, 2024
1 parent 631f049 commit a12c231
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions doc/Doxyfile.extra.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,25 @@ INPUT = @PROJECT_SOURCE_DIR@/doc \

RECURSIVE = YES

FILE_PATTERNS = *.cc *.cpp *.h *.hpp *.dox *.md *.py
FILE_PATTERNS = *.cpp *.hxx *.h *.hpp *.dox *.md

# Document members in declaration order
SORT_MEMBER_DOCS = NO
SORT_BRIEF_DOCS = NO
SORT_MEMBERS_CTORS_1ST = YES

GENERATE_TESTLIST = YES
EXTRACT_STATIC = YES
EXTRACT_ALL = NO
EXTRACT_ANON_NSPACES = NO

EXTRACT_PRIV_VIRTUAL = YES
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
PREDEFINED += EIGEN_MAKE_ALIGNED_OPERATOR_NEW \
PROXSUITE_NLP_DYNAMIC_TYPEDEFS

FULL_PATH_NAMES = YES
EXCLUDE_SYMBOLS = *::internal, internal::*, *::internal::*
# Do not show source files
EXCLUDE_PATTERNS = *.hxx
EXCLUDE_SYMBOLS = std, xyz, *::internal, internal::*, *::internal::*

INCLUDE_PATH = @PROJECT_SOURCE_DIR@/include

Expand Down

0 comments on commit a12c231

Please sign in to comment.