docurium icon indicating copy to clipboard operation
docurium copied to clipboard

Doxygen replacement for the libgit2 project

Results 14 docurium issues
Sort by recently updated
recently updated
newest added

Callback typedefs are not being put in the documentation. E.g.: https://libgit2.github.com/libgit2/#HEAD/group/diff/git_diff_blob_to_buffer uses `git_diff_file_cb`, which it defined and documented publicly at: https://github.com/libgit2/libgit2/blob/master/include/git2/diff.h#L416. It would be really helpful to have links to...

I'm evaluating docurium for Libav and seems that it doesn't support multiple include paths (ideally I'd have ["libavcodec", "libavformat", ...] and such as input.

Given that docurium is meant to replace doxygen, I tried everything suggested for solving this problem with doxygen... but no luck. https://stackoverflow.com/questions/12426073/how-can-i-include-in-doxygen-comments

# Steps to reproduce 1. Visit https://libgit2.org/libgit2/#1.7.2/group/diff/git_diff_get_delta, or any other page for a specific documented item, by directly entering its URL in the address bar of the browser. # Expected...