Skip to content

Commit 4b3414e

Browse files
committed
Merge pull request #137 from torbjoernk/feature/doxygen-exclude-easylogging
docu: don't generate documentation for Easylogging++
2 parents 0270dce + 23902cc commit 4b3414e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ RECURSIVE = YES
698698
# Note that relative paths are relative to the directory from which doxygen is
699699
# run.
700700

701-
EXCLUDE =
701+
EXCLUDE = include/pfasst/easylogging++.h
702702

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

0 commit comments

Comments
 (0)