chiark / gitweb /
doxygen: don't assert on unexpected sections / commands.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 13 Sep 2018 12:47:41 +0000 (14:47 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 13 Sep 2018 13:58:13 +0000 (15:58 +0200)
commit394339ea6ed6bcf4158b1f82d5bc5537880bf093
treeba1bd99f5c2b5fd761709e14ab3f03d245a1c34b
parent03b69fd4f0e084f6ff9f0bfc51188e7e4ff5070d
doxygen: don't assert on unexpected sections / commands.

Until now, putting a @param into a variable description (or similar
unexpected things) resulted in an assertion. Turns out this happens
quite often, so I made that into a warning instead. The contents are
simply ignored.
doxygen/dox2html5.py
doxygen/test/contents_unexpected_sections/Doxyfile [new file with mode: 0644]
doxygen/test/contents_unexpected_sections/File.h [new file with mode: 0644]
doxygen/test/contents_unexpected_sections/File_8h.html [new file with mode: 0644]
doxygen/test/test_contents.py