Skip to content

Commit 6752b9b

Browse files
committed
Exclude spimpl.h in docs
1 parent 8c254b5 commit 6752b9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doxyfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,8 @@ RECURSIVE = YES
955955
# Note that relative paths are relative to the directory from which doxygen is
956956
# run.
957957

958-
EXCLUDE = docs/theme
958+
EXCLUDE = docs/theme \
959+
include/scratchcpp/spimpl.h
959960

960961
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
961962
# directories that are symbolic links (a Unix file system feature) are excluded

0 commit comments

Comments
 (0)