Skip to content

Commit ecd5916

Browse files
committed
Doxyfile: Ignore signal.h
1 parent 18654df commit ecd5916

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
@@ -958,7 +958,8 @@ RECURSIVE = YES
958958
# run.
959959

960960
EXCLUDE = docs/theme \
961-
include/scratchcpp/spimpl.h
961+
include/scratchcpp/spimpl.h \
962+
include/scratchcpp/signal.h
962963

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

0 commit comments

Comments
 (0)