libgit2 / docurium

Doxygen replacement for the libgit2 project
http://libgit2.github.com/libgit2
MIT License
158 stars 25 forks source link

Link more types in the documentation #50

Closed tiennou closed 3 years ago

tiennou commented 4 years ago

This PR improves type hotlinking by making sure we look for type usage in struct fields, as well as a quick fix for the regex that JS uses to hotlink types. This was triggered by missing git_oid links in the current libgit2 API.