breathe-doc / breathe

ReStructuredText and Sphinx bridge to Doxygen
https://breathe-doc.org
Other
735 stars 197 forks source link

Add option to change subclasses output #966

Open MarcelKoch opened 5 months ago

MarcelKoch commented 5 months ago

This PR adds an option to change how the inheritance information is printed. The option is :subclasses: and possible values are none, list, paragraph. The paragraph option corresponds to how it is currently done, list will create a bullet list with each subclass as an individual item, and none will skip the subclasses (helpful in combination with the exhale project). If the option is not provided, then the paragraph value is used.

Todo: