Skip to content

Commit b883685

Browse files
Merge pull request #3250 from johnnonweiler/doxygen-warnings-filter
Add script to filter Doxygen warnings
2 parents 64ec195 + 7a0eff9 commit b883685

File tree

4 files changed

+315
-2
lines changed

4 files changed

+315
-2
lines changed

doc/architectural/compilation-and-development.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,14 @@ tools. All of these could be improved and patches are very welcome. In
194194
some cases the algorithms used are described in the relevant papers.
195195

196196
The doxygen documentation can be [accessed online](http://cprover.diffblue.com).
197-
To build it locally, run `doxygen` in `src/`. HTML output will be created in
198-
`doc/html/`. The index page is `doc/html/index.html`.
197+
To build it locally, run `scripts/run_doxygen.sh`. HTML output will be created
198+
in `doc/html/`. The index page is `doc/html/index.html`. This script will
199+
filter out expected warning messages from doxygen, so that new problems are more
200+
obvious. In the event that any change fixes an old warning, then the
201+
corresponding line(s) should be deleted from
202+
`scripts/expected_doxygen_warnings.txt`. We want to avoid adding any more
203+
warnings to this list of expected warnings, but that can be done to work around
204+
limitations in Doxygen (where the code and documentation are completely correct).
199205

200206

201207
\section compilation-and-development-section-formatting Formatting

0 commit comments

Comments
 (0)