Skip to content

Commit 59c4e6e

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 59c4e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ 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/ ../doc/cprover-manual
817817

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

0 commit comments

Comments
 (0)