libgit2 / docurium

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

Initialise the HTML renderer options #41

Closed carlosmn closed 5 years ago

carlosmn commented 5 years ago

This avoids the warnings of a missing options instance variable. Presumably this is because we passed in the class instead of a new instance of it.

This should be a less intrusive and workaroundy version of the silencing in #40