Weirdly enough, if the HTML (or possibly LATEX?) output is not generated, Doxygen incorrectly warns about all parameters and return values not being documented.
Workaround this by disabling undocumented warnings when generating GI which only produces XML, and thus triggers the bug. See https://stackoverflow.com/a/38745256 You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/4242 -- Commit Summary -- * Silence spurious undocumented warnings when generating GI -- File Changes -- M doc/Doxyfile.in (4) M doc/Makefile.am (2) M doc/meson.build (2) -- Patch Links -- https://github.com/geany/geany/pull/4242.patch https://github.com/geany/geany/pull/4242.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4242 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/[email protected]>
