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
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
INPUT is empty, so doxygen tries to scan the full repository looking for source, which takes a long time (because of all the external code that is checked out). I'd suggest setting this to src for faster turnaround.
Several of the WARN_* options are set to NO, so it would seem there's nothing wrong. I tried turning on WARN_IF_UNDOCUMENTED, WARN_IF_DOC_ERROR and WARN_NO_PARAMDOC and that resulted in 488 warnings.
The doxygen cmake target seems incorrect: it runs under the src directory in the binary cmake directory, where there's very little to document (only the generated git_revision.cc file).
The Doxyfile has HTML output turned off, so to test this locally I had to at least turn it on.
The text was updated successfully, but these errors were encountered:
As mentioned in #80:
The text was updated successfully, but these errors were encountered: