Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
\section, \subsection and \subsubsection are commands that can be added to \page for creating multi-level section rendering, including a title and content. https://www.doxygen.nl/manual/commands.html#cmdsection https://www.doxygen.nl/manual/commands.html#cmdsubsection https://www.doxygen.nl/manual/commands.html#cmdsubsubsection Implement the rendering using Docutils nodes.title() which already uses the structure of the document to attribute a proper heading level, which should not need extra handling since the Doxygen XML already guarantees the proper structure. Signed-off-by: Fabio Utzig <utzig@apache.org>
- Loading branch information