Skip to content

Commit 9b9f2be

Browse files
author
John Nonweiler
committed
Exclude doc/cprover-manual from Doxygen input
The documentation in the folder doc/cprover-manual was not intended to be included in the Doxygen documentation. It is the source for a separate website.
1 parent 833cf6f commit 9b9f2be

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)