Inspired by Keepachangelog.com.
- 2023-02-28 - Breathe v4.35.0
- 2022-06-20 - Breathe v4.34.0
- Treat .unparsed as plain text. #806
- Remove unneeded type: ignore annotations. #813
- Fix internal
NodeFinder
visitor for when non-Docutils nodes are present in the content of a directive. #812 - Rename lint workflow. #814
- Type check pygments and limit docutils stub version. #819
- Convert dot files' relative path to absolute. #821
- CI, update Sphinx versions to test. #834
- CI, update for Sphinx 5.0.1. #846
- Fix inconsistency in example. #843
- Fix C# enum rendering crash. #849
- Drop Sphinx 3 support, add Sphinx 5 support. #850
- CICD: Disable python 3.6 for Sphinx master tests. #853
- Populate default include text-node's data field instead of raw-source. #828
- 2022-02-14 - Breathe v4.33.1
- Avoid warning about multiple graphviz directives. #804
- 2022-02-14 - Breathe v4.33.0
- Fix duplicate
static
in variable declarations. #794 - Update CICD for Sphinx 4.4.0 series. #795
- Pin version of black in CICD and reformat files. #792
- Fix code block highlighting. #760
- Refactoring, cleanup and typing improvements. #802
- Doxygen dot graphs to Sphinx graphviz. #757
- Support externally hosted images. #705
- Address a peculiarity in Doxygen aliases in doc. #770
- Add flag to doxygengroup, doxygennamespace to display only the description. #718
- Add support for MD block quotes with attribution(s). #759
- Fix duplicate
- 2022-01-30 - Breathe v4.32.0
- Added
breathe_doxygen_aliases
config variable. #729 - Render
\remark
/\remarks
and\see
/\sa
using Sphinx/Docutils admonition style nodes. #756 - Render C++ scoped enums differently than unscoped enums, and with their underlying type. #753
- Render
\retval
lists using dedicated field list when Sphinx >= 4.3 is used. #749 - Make
.. doxygenfunction
handle function template specializations. #750 - Properly handle field-lists and admonitions in the detailed description of classes and functions. #764
- Add
:confval:`breathe_show_include`
to control whether#include
lines are shown. Defaults toTrue
. #725 - Fix sys.path adjustment in doc config. #734
- Fix sphinx renderer variable and function visitors for C#. #737
- Fix sphinx renderer class visitor for C#. #738
- Auto-format python code with black. #743
- Extend flake8 and address some style issues. #745
- Fix black formatting warning. #747
- Update Sphinx and Python versions tested against. #765
- Fix friend functions for older Doxygen versions. #769
- Doxygen >= 1.9.2 supports C++20 concepts, add support for them. #779
- Change the way directives are added to adhere to the interface, e.g., avoiding myst-parser to crash. #780
- Improved list of included files (with cross-references for local includes). #763
- Update flake8 and mypy related stuff. #781
- Update readme with logo and sponsorship info. #784
- Store version number in both setup.py and __init__.py. #789
- CICD: lint: continue with other jobs if black fails. #791
- Added
- 2021-09-14 - Breathe v4.31.0
- Collapse multiple retvals into a single bullet list. #697
- Fix mypy issues on CI. #731
- Print usage message from 'compare' doc script. #727
- Test against Sphinx 4.0.3, 4.1.2 and 4.1.x branch. #721
- Fix duplicate
static
in function declarations. #717 #720 - Directive refactoring. #698
- Handle parsing errors. #711
- Make doxygenfunction more robust when matching parameters. #722 #723
- Separate, link and style the changelog. #735
- Update changelog and readme ahead of release. #739
- CICD: Track Sphinx 4.2.x development series. #741
- 2021-05-06 - Breathe v4.30.0
- 2021-04-30 - Breathe v4.29.2
- 2021-04-23 - Breathe v4.29.1
- 2021-04-09 - Breathe v4.29.0
- 2021-03-29 - Breathe v4.28.0
- 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
- 2021-02-16 - Breathe v4.27.0
- Add various specifiers to functions and variables. #628
- Add multiply inherited class for PHP objects. #630
- Initial support for table rendering. #632
- Add rendering of section, subsection and subsubsection. #635
- Sphinx 3.5 compatibility. #640
- Fix linking to sections. #639
- Add table examples to documentation. #638
- 2021-01-21 - Breathe v4.26.1
- 2021-01-08 - Breathe v4.26.0
- 2020-12-16 - Breathe v4.25.1
- Addendum to #606, for functions with '...'. #609
- 2020-12-15 - Breathe v4.25.0
- 2020-12-01 - Breathe v4.24.1
- Fix anchors on pages generated by Doxygen >= 1.8.17. #602
- 2020-11-15 - Breathe v4.24.0
- 2020-10-20 - Breathe v4.23.0
- Add initial xrefsect support. #589
- 2020-09-26 - Breathe v4.22.1
- Fix anonymous struct/union usage in C domain. #585
- 2020-09-19 - Breathe v4.22.0
- 2020-09-10 - Breathe v4.21.0
- 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
- 2020-08-19 - Breathe v4.20.0
- 2020-06-17 - Breathe v4.19.2
- Fix crash when visiting typedef. #547
- 2020-06-08 - Breathe v4.19.1
- Mark package as compatible with Sphinx 3.1.
- 2020-06-07 - Breathe v4.19.0
- 2020-05-10 - Breathe v4.18.1
- 2020-05-02 - Breathe v4.18.0
- Support tiles in verbatim blocks. #517
- 2020-05-01 - Breathe v4.17.0
- Scoped rendering, better integration with Sphinx, misc fixes. #512
- 2020-04-19 - Breathe v4.16.0
- Strictly depend on Sphinx's minor version. #498
- Simplifications and fixes, use more of modern Sphinx natively. #503
- Add section option to the doxygen(auto)file directive. #501
- Fix link generation when enum is inside a group (enum FQDN). #508
- Fix creation of LaTeX math formulas. #506
- Improve documentation for doxygen(auto)file section option. #509
- 2020-04-07 - Breathe v4.15.0
- 2020-04-07 - Breathe v4.14.2
- 2020-02-02 - Breathe v4.14.1
- 2019-11-26 - Breathe v4.14.0
- 2019-08-01 - Breathe v4.13.1
- Fix for template method pointer parameter issue. #449
- 2019-04-23 - Breathe v4.13.0.post0
- Drop support for python 2, require Sphinx >= 2.0. #432
- 2019-04-21 - Breathe v4.13.0
- 2019-03-15 - Breathe v4.12.0
- Adapt to Sphinx 1.8. #410
- Let Sphinx handle more things. #412
- Use standard windows EOL for batch file. #417
- Fix flake8 F632 warnings. #418
- Update dep versions in readme, setup, requirements. #419
- Add option to render function parameters after the description. #421
- Remove spurious "typedef" in type declaration when using "using". #424
- 2018-12-11 - Breathe v4.11.1
- Sphinxrenderer: handle typeless parameters gracefully. #404
- 2018-10-31 - Breathe v4.11.0
- 2018-08-07 - Breathe v4.10.0
- 2018-06-03 - Breathe v4.9.1
- Don't append separator for paragraph type. #382
- 2018-06-01 - Breathe v4.9.0
- Render newlines as separate paragraphs. #380
- 2018-05-26 - Breathe v4.8.0
- Add quiet option to apidoc. #375
- Add PHP domain. #351
- Keep templates on adjacent lines. #300
- Show reference qualification for methods. #332
- Adapt tests/CI to newest Sphinx version. #377
- More robust name regex in renderer. #370
- Show base classes using Sphinx's cpp domain. #295
- Fix domain detection when rendering groups. #365
- Return parallel_{read,write}_safe true for Sphinx's -j. #376
- 2017-10-09 - Breathe v4.7.3
- Support for enums in the cpp domain.
- Handle case where compoundref does not have a refid value associated.
- 2017-08-15 - Breathe v4.7.2
- Fix issue with packaging on Python 2.7 with wheels.
- 2017-08-13 - Breathe v4.7.1
- Fixed bug regarding code snippets inside Doxygen comments.
- 2017-08-09 - Breathe v4.7.0
- New outtypes option to prevent documenting namespace and files
- New boolean breathe_show_define_initializer option specifying whether value of macros should be displayed.
- New boolean breathe_use_project_refids option controlling whether the refids generated by breathe for doxygen elements contain the project name or not.
- Fixed
- Support for Sphinx 1.6
- 2017-02-25 - Breathe v4.6.0
- Support for the Interface directive
- Display the contents of defines
- 2017-02-12 - Breathe v4.5.0
- Improve handling of c typedefs
- Support new desc_signature_line node
- Add --project flag to breathe-apidoc helper
- Dropped testing for Python 3.3 and added 3.6
- 2016-11-13 - Breathe v4.4.0
- Improve single line parameter documentation rendering
- 2016-11-05 - Breathe v4.3.1
- Version bump package confusion with wheel release
- 2016-11-05 - Breathe v4.3.0
- Rewritten rendering approach to use the visitor pattern
- Dropped support for 2.6 & added testing for 3.5
- Fixed
- Issue with running breathe-apidoc for the first time.
- Improved handling of qualifiers, eg. const & volatile.
- Supports functions in structs
- Supports auto-doxygen code path on Windows
- 2016-03-19 - Breathe v4.2.0
- Added
- Output links to a class' parents & children.
- Support for Sphinx's needs_extensions config option.
- breathe-apidoc script for generating ReStructuredText stub files with Breathe directives from doxygen xml files.
- Fixed
- Handling default values in parameter declarations
- Output order not being reproducible due to iteration over Set.
- Handling of multiple pointers and references
- SEVERE: Duplicate ID warnings when using function overloads.
- Use project name for link references when using default project. So we use the project name instead of 'project0'.
- Added
- 2015-08-27 - Breathe v4.1.0
- Added
breathe_doxygen_config_options
config variable which allows for adding more config lines to the doxygen file used for the auto-directives.
- Fixed
- Display of array & array reference parameters for functions.
- Handling of links to classes with template arguments.
- Handling of unnamed enums in C.
- Naming of template parameter section.
- Finding functions that are within groups.
- Rendering of 'typename' and 'class' keywords for templates.
- Added
- 2015-04-02 - Breathe v4.0.0
- Significant work on the code base with miminal reStructureText interface changes. To be documented.
- 2014-11-09 - Breathe v3.2.0
- Nothing Added, Deprecated or Removed
- Fixed
- Changed docutils/Sphinx node usage to fix latex/pdf output.
- When checking for path separators check for both
/
and\
regardless of the platform. KeyError
when usingauto
directives without specifying the:project:
option even though the default project config setting was set.- Use of
doxygenfunction
no longer inappropriately triggers the duplicate target check and fails to output link targets. - Support for inline urls in the doxygen comments.
- Support for array notation in function parameters.
- Reduced intention by changing
section-defs
to usecontainer
&rubric
nodes rather thandesc
nodes with signatures & content. Now headings like 'Public Functions' appear inline with their subject matter.
- 2014-09-07 - Breathe v3.1.0
- Nothing Deprecated or Removed
- Added
- The
doxygenclass
directive can now reference template specialisations by specifying the specialisation in the argument name.
- The
- Fixed
- Displaying function parameters for Qt slots output. Previously they were missing even though Qt Slots are essentially just functions.
- Displaying headings from doxygen comments as emphasized text.
- Crash when generating warning about being unable to find a define, variable, enum, typedef or union.
- Only output the definition name for a function parameter if the declartion name is not available. Previously, where they were both available we were getting two names next to each other for no good reason.
- 2014-08-04 - Breathe v3.0.0
- Improve output of const, volatile, virtual and pure-virtual keywords.
- Fix css class output for HTML so that object types rather than names are output as the css classes. eg. 'function' instead of 'myFunction'.
- Fix issue with Breathe getting confused over functions appearing in header and implementation files.
- Improve matching for overloaded functions when using
doxygenfunction
directive. Also, provide a list of potential matches when no match is found. - Improved
:members:
implementation to handle inner classes properly. - Updated
doxygenstruct
to share thedoxygenclass
implementation path which grants it the options fromdoxygenclass
directive. - Added
:outline:
option support todoxygengroup
&doxygennamespace
directives. - Added
doxygennamespace
directive. - Added
:undoc-members:
option todoxygenclass
&doxygengroup
directives. - Breaking change: Removed
:sections:
option fordoxygenclass
&doxygengroup
directives and replaced it with:members:
,:protected-members:
and:private-members:
, and changedbreathe_default_sections
config variable tobreathe_default_members
. This is designed to more closely match the Sphinx autodoc functionality and interface.
- 2014-06-15 - Breathe v2.0.0
- Add compare script for checking changes to documentation caused by changes in the implementation.
- Switched to
https
reference for MathJax Javascript. - Breaking change: Change
autodoxygen*
directives to require explicitly declared source files in theconf.py
rather than attempting to detect them from the directive arguments. - Switch documentation hosting to ReadTheDocs.org.
- Breaking change: Switch to assuming all relative paths are relative to
the directory holding the
conf.py
file. Previously, it would assume they were relative to the user's current working directory. This breaks projects which use separate build & source directories. - Add
doxygenunion
directive. - Add
doxygengroup
directive. - Add support for lists in the output. They were previously ignored.
- Updated implementation to use the docutils nodes that Sphinx does where possible.
- 2014-06-01 - Breathe v1.2.0
- Change log not recorded.