matusnovak/doxybook2

Order of functions in class is reverse doxygen xml output

om23 opened this issue · 3 comments

om23 commented

When attempting to use the xml output from doxygen and keeping sorting off (not alphabetical, use order of declaration), the functions are not ordered in the class file.

This is reproducible using the example Gitbook provided.

Hi @om23

Thanks for letting me know, I have found the cause of this ordering issue. I have created a fix in the branch fix-preserve-ordering and a binary can be downloaded from actions: https://github.com/matusnovak/doxybook2/actions/runs/173622059 (download the "Release" artifact).

Would you be able to test it out and confirm it works before I merge it into the master?

om23 commented

Yes, confirming that pulling the diff and applying it locally did fix the ordering issue. It now matches the output of doxygen. Thank you!

Thanks for testing it. Merged and released as releases/tag/v1.2.1.