15
0

- Update to 4.30.0:

- 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
This commit is contained in:
2021-06-01 16:40:19 +00:00
committed by Git OBS Bridge
parent c9ee04f460
commit 92917045a7
4 changed files with 29 additions and 6 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jun 1 16:05:57 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 4.30.0:
- 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
-------------------------------------------------------------------
Thu Feb 25 03:13:38 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>