Skip to content

Commit a7610d2

Browse files
committed
[DOC] Ignore contrib/std
1 parent 212a0e3 commit a7610d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: test/documentation/raptor_doxygen_cfg.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ FILE_PATTERNS = *
145145
RECURSIVE = YES
146146
EXCLUDE =
147147
EXCLUDE_SYMLINKS = NO
148-
EXCLUDE_PATTERNS = */doc/*.cpp
148+
EXCLUDE_PATTERNS = */doc/*.cpp \
149+
*/contrib/std/*.hpp
149150
EXCLUDE_SYMBOLS = ${RAPTOR_DOXYGEN_EXCLUDE_SYMBOLS}
150151
EXAMPLE_PATH = ${RAPTOR_DOXYGEN_SOURCE_DIR}/test/snippet
151152
EXAMPLE_PATTERNS = *

0 commit comments

Comments
 (0)