You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround for issue with Doxygen doc generation. (#497)
* Workaround for issue with Doxygen doc generation.
Due to a bug (https://bugzilla.gnome.org/show_bug.cgi?id=735376) with
the version of doxygen we use to generate reference documentation,
forward declaration of template types results in them being
misclassified as singletons instead of classes. Omit the forward
declarations from Doxygen doc generation until we can update the version
of Doxygen that we use.
0 commit comments