Skip to content

Releases: boschglobal/doxysphinx

v3.2.3

06 Apr 14:28
Compare
Choose a tag to compare

v3.2.3 (2023-04-06)

Fix

  • doxygen_cwd: Interpret paths relative to working dir

v3.2.2

06 Apr 08:03
Compare
Choose a tag to compare

v3.2.2 (2023-04-06)

Fix

  • doxygen: Don't launch doxygen from a shell

v3.2.1

28 Feb 15:41
Compare
Choose a tag to compare

v3.2.1 (2023-02-28)

Fix

  • rst_indent_warning: Fixed rst indent warning

v3.2.0

16 Feb 08:26
Compare
Choose a tag to compare

v3.2.0 (2023-02-16)

Feat

  • code: Removed emptyspaces before creating hash
  • incremental_behaviour: added incremental behaviour for doxysphinx

v3.1.0

09 Dec 08:57
Compare
Choose a tag to compare

v3.1.0 (2022-12-09)

Feat

  • parser: Now rst inline syntax is supported for sphinx roles and domains.

Fix

  • parser: fixed doxygen comment parsing

v3.0.0

18 Nov 08:46
Compare
Choose a tag to compare

v3.0.0 (2022-11-18)

Feature

  • tocs: Major rewrite of nav/toc generation
    Now the navigation is more in line with doxygen. We had to create structural dummy pages/rst for that and things like having indexes with
    html anchors in menu are just impossible in sphinx. As the navbar is now created differently this is a breaking change.

Fixes

  • #69 Duplicate elements in Navbar

Docs

  • styling: Our own documentations navigation sidebar is now styled in light grey to have more visual difference between nav and content area.
  • demos: Added additional Graphviz demo project.
    This is for testing bigger doxygen documentations. Also added makefiles targets for building (to use this feature a script is provided in ./demo that will download graphviz source)

v2.3.7

17 Oct 11:35
Compare
Choose a tag to compare

v2.3.7 (2022-10-17)

Fix

  • deps: pyparsing dependency is added correctly now
  • doxygen: solve pre-commit errors by whitespaces
  • doxygen: fix errors in validator pytest
  • doxygen: adapt optional settings for doxyfile and documentation

v2.3.6

09 Sep 12:15
Compare
Choose a tag to compare

v2.3.6 (2022-09-09)

Fix

  • styling: moved rtd style fixes to doxysphinx

v2.3.5

09 Sep 12:11
Compare
Choose a tag to compare

v2.3.5 (2022-09-09)

Fix

  • doxygen: fix warning for wrong outdir
  • doxygen: correct the handling of relative paths and adjust pytests
  • doxygen: add parser for doxygen config
  • validator: fix small bug that broke build command
  • validator: adapt error messages of validator
  • validator: switch some settings to optional
  • doxygen: merge current changes from global repo
  • doxygen: respect include-tags in doxyfile

v2.3.4

29 Jul 08:22
Compare
Choose a tag to compare

v2.3.4 (2022-07-29)

Fix

  • validator: fix small bug that broke build command
  • validator: adapt error messages of validator
  • validator: switch some settings to optional