Skip to content

Commit f33dc9d

Browse files
Merge pull request diffblue#3295 from johnnonweiler/doc/exclude-cprover-manual-folder
Exclude doc/cprover-manual from Doxygen input [blocks: diffblue#3258]
2 parents 4ecd33c + 9b9f2be commit f33dc9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doxyfile

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

816-
EXCLUDE = solvers/z3/
816+
EXCLUDE = solvers/z3/ \
817+
../doc/cprover-manual
817818

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

0 commit comments

Comments
 (0)