Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Releases: matusnovak/doxybook2

v1.2.2

07 Oct 17:37
e9fdbec

Choose a tag to compare

e9fdbec Downgrade NodeJs for GitBook
5760c14 Add -q option for quite mode
cb02e41 Update README.md
dc79074 Fix publishing gh-pages is not using relative folder

v1.2.1

20 Jul 20:56
f46bc5f

Choose a tag to compare

f46bc5f Fix ordering not preserved as in xml files
a566657 Update readme with vcpkg information

v1.2.0

16 Jul 23:15
1990fb3

Choose a tag to compare

1990fb3 Refactor CMake files and move to GitHub actions

v1.1.6

06 Jul 17:40
e34bee6

Choose a tag to compare

  • Fix do not create include/include directory on CMake install target
  • Fix cb.apply is not a function during gitbook init on CircleCi
  • Add extra space between links and brief in TEMPLATE_INDEX
  • Add support for Qt signals and slots

v1.1.5

21 Jun 10:55
624e0e1

Choose a tag to compare

  • Replace all spaces with dashes when creating an anchor link

v1.1.4

20 May 18:09
e03a48b

Choose a tag to compare

  • Fix can not build on Mac OS 10.11
  • Add --version to the CLI that uses git describe

v1.1.3

09 May 17:55
3bb89e0

Choose a tag to compare

  • Fix c++ keyword typo in template loader function. This could cause only some templates to load at the beginning of the program.

v1.1.2

01 May 18:22
d27882b

Choose a tag to compare

  • Fix CMakeLists wrong include folder for install target
  • Fix loading custom templates (again)
  • Fix typo in default templates

v1.1.1

24 Apr 19:30
9d393c2

Choose a tag to compare

  • Fix typedef function pointer incorrect type value. The "type" for typedef function pointers would appear as int(* due to a bug in Doxygen xml files. This is now change to append argsstring to the type, so it becomes int(*)(int, int) in the output markdown/json.

v1.1.0

24 Apr 18:20
3811ef8

Choose a tag to compare

  • Fix params list missing in output markdown for classes and function typedefs.
  • Change how templates are loaded by introducing better recursive template loader on top of inja. This introduces API breaking change! The TemplateDefaultLoader and TemplateFolderLoader classes have been removed. Now, the Renderer class completely takes over the template loading and the default templates have been moved to a new file DefaultTemplates.cpp.
  • Updated Travis CI and Circle CI builds to use Doxygen 1.8.17
  • Updated dependencies to their latest origin/master versions.
  • Removed old Doxygen version specific test code.