matusnovak / doxybook

Generate GitBook, VuePress, Docsify, or MkDocs out of Doxygen XML output
https://matusnovak.github.io/doxybook/
MIT License
32 stars 15 forks source link

Repeating parameters in macros #8

Closed ricktobacco closed 4 years ago

ricktobacco commented 4 years ago

@matusnovak All is working very nicely, almost flawlessly, but I see the same parameters appearing twice for macros although the doxygen docs don't have this issue: Screenshot from 2019-11-08 22-17-25 Screenshot from 2019-11-08 22-17-42

Originally posted by @ricktobacco in https://github.com/matusnovak/doxybook/issues/7#issuecomment-552061336

matusnovak commented 4 years ago

Fixed and released as https://pypi.org/project/doxybook/3.1.3/

I have used https://github.com/bancorprotocol/contracts_eos for debugging, and using the release v3.1.3 now correctly prints the markdown document for macros.

ricktobacco commented 4 years ago

Thank you so much for fixing this!!