* Collapse multiple retvals into a single bullet list
* Fix mypy issues on CI
* Print usage message from 'compare' doc script
* Test against Sphinx 4.0.3, 4.1.2 and 4.1.x branch
* Fix duplicate ``static`` in function declarations
* Directive refactoring
* Handle parsing errors
* Make doxygenfunction more robust when matching parameters
* Separate, link and style the changelog
* Update changelog and readme ahead of release
* CICD: Track Sphinx 4.2.x development series
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=34
- Fix retval rendering. #687
- Correctly label example as C. #690
- apidoc: add -m, --members option flag. #694
- Do not add inline modifier for C#. #668
- Use add_css_file instead of deprecated/removed add_stylesheet. #669
- Use native docutils for field lists, notes, and warnings. #670
- Handle directives returning no nodes on error. #672
- Code and documentation for membergroups and members-only options.
#637
- Add example.tag to gitignore as it gets modified during build
process. #644
- Add support for content-only flag when rendering pages. #645
- When rendering a section, add target after title. #647
- Render pages content in order. #651
- Adds an ID to the rubric created for each section of a group. #658
- Add missing getter and setter for C#. #661
- Add support for rowspan/colspan to tables. #642
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=32
* Fix anonymous struct/union usage in C domain. #585
* New boolean breathe_show_enumvalue_initializer option specifying whether
value of enumvalue should be displayed. #581
* Fix Read the Docs build. #567
* Document doxygenclass template specialisation spacing. #570
* Update upper Sphinx release to <3.4. #571
* Reuse breathe.__version__ in setup.py. #572
* Document :inner: for the doxygengroup section. #573
* Add support for verbatim inline elements. #560
* Fix wrong refid when Doxygen SEPARATE_MEMBER_PAGES is YES. #566
* Allow Sphinx 3.2. #561
* Update CI scripts with new Sphinx versions. #552
* Add support for C# using sphinx-csharp. #550
* Doc, fix typo, :source: -> :project:. #551
* Add support for innergroup. #556
* Avoid duplicate doxygen targets when debug tracing. #563
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=26