-
Notifications
You must be signed in to change notification settings - Fork 274
Exclude doc/cprover-manual from Doxygen input [blocks: #3258] #3295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exclude doc/cprover-manual from Doxygen input [blocks: #3258] #3295
Conversation
src/doxyfile
Outdated
@@ -813,7 +813,7 @@ RECURSIVE = YES | |||
# Note that relative paths are relative to the directory from which doxygen is | |||
# run. | |||
|
|||
EXCLUDE = solvers/z3/ | |||
EXCLUDE = solvers/z3/ ../doc/cprover-manual |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd personally follow the pattern used for other list variables in this file, and separate the two paths by a backslash and new line pair. I think that makes it more readable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Diffblue compatibility check is currently unavailable.
Please create manual bump.
(cbmc commit: 59c4e6e).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/90723201
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Diffblue compatibility check is currently unavailable.
Please create manual bump.
(cbmc commit: 9b9f2be).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/90724541
The documentation in the folder doc/cprover-manual was not intended to be included in the Doxygen documentation. It is intended to be the source for a separate website.