chiark / gitweb /
doxygen: rework of the <para> patching number 67.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 6 Dec 2017 19:17:01 +0000 (20:17 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 7 Dec 2017 01:23:41 +0000 (02:23 +0100)
commit1d41534a8e4a6fe8aa8a0882647ad85a5fed4b88
tree0c7e3cb72f416a49f49b6b1a257c6e664768fe9f
parent00b85f43437fc9c125279ec24b4ecd8f9f8b42de
doxygen: rework of the <para> patching number 67.

Argh!

 * No longer having <p> around markdown headings (what!), <ul>, <ol>
   and <image> elements.
 * If ba list item, parameter description or return value description
   has multiple paragraphs, they are preserved. Brief description is
   still strictly single paragraph.
 * A special casing of simple nested lists, where item containing a
   sublist shouldn't be wrapped in a <p>.
 * Documented list behavior, explained how to make inflated lists even
   out of single-paragraph items.
doc/doxygen.rst
doxygen/dox2html5.py
doxygen/test/contents_blocks/index.html
doxygen/test/contents_blocks/input.dox
doxygen/test/contents_image/index.html
doxygen/test/contents_image/warnings.html
doxygen/test/contents_typography/index.html
doxygen/test/contents_typography/warnings.html