Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doxygen compilation issues #13

Open
kb1hyr opened this issue Nov 30, 2021 · 0 comments
Open

doxygen compilation issues #13

kb1hyr opened this issue Nov 30, 2021 · 0 comments

Comments

@kb1hyr
Copy link

kb1hyr commented Nov 30, 2021

System is ubuntu 20.04, though I am not sure its important.

After ./configure, make stops with an error when doxygen reports that there is no @return for functions that are defined as static void and no @param for functions with void parameter. If you add those, clang reports these as an error later in the process. Problem is resolved (i.e. compilation is accomplished) when WARN_AS_ERROR is changed from YES to NO in doc.cfg. I'm not really great with this stuff, so I am reporting this in case there is a more elegant way (i.e. a different flag to be set in doc.cfg) so it isn't expecting @return & @param for voids. Great work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant