Skip to content

Commit f4fe3d5

Browse files
committed
Generate docs from src directory
1 parent 09ae07f commit f4fe3d5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Doxyfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,7 @@ WARN_LOGFILE =
867867
# Note: If this tag is empty the current directory is searched.
868868

869869
INPUT = include \
870+
src \
870871
docs
871872

872873
# This tag can be used to specify the character encoding of the source files
@@ -972,7 +973,10 @@ EXCLUDE_SYMLINKS = NO
972973
# Note that the wildcards are matched against the file with absolute path, so to
973974
# exclude all test directories for example use the pattern */test/*
974975

975-
EXCLUDE_PATTERNS = internal
976+
EXCLUDE_PATTERNS = */internal/* \
977+
*/src/blocks/* \
978+
*_p.cpp \
979+
*_p.h
976980

977981
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
978982
# (namespaces, classes, functions, etc.) that should be excluded from the
@@ -983,7 +987,7 @@ EXCLUDE_PATTERNS = internal
983987
# Note that the wildcards are matched against the file with absolute path, so to
984988
# exclude all test directories use the pattern */test/*
985989

986-
EXCLUDE_SYMBOLS =
990+
EXCLUDE_SYMBOLS = *Private
987991

988992
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
989993
# that contain example code fragments that are included (see the \include

0 commit comments

Comments
 (0)