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 in CircleCI stylecheck job #1029

Closed
xvzcf opened this issue Jun 23, 2021 · 0 comments · Fixed by #1046
Closed

Doxygen in CircleCI stylecheck job #1029

xvzcf opened this issue Jun 23, 2021 · 0 comments · Fixed by #1046

Comments

@xvzcf
Copy link
Contributor

xvzcf commented Jun 23, 2021

Despite WARN_AS_ERROR being set in the Doxyfile, Doxygen in the stylecheck CircleCI job reports the following two warnings:

warning: ignoring unsupported tag 'NUM_PROC_THREADS' at line 463, file docs/.Doxyfile
warning: ignoring unsupported tag 'HTML_FORMULA_FORMAT' at line 1563, file docs/.Doxyfile

and then proceeds to report the following error

error: Problems running dot: exit code=127, command='dot', arguments='"/root/project/build/docs/html/graph_legend.dot" -Tpng -o "/root/project/build/docs/html/graph_legend.png"'

and finally ends with a finished... message and returns 0.

Running ninja gen_docs on my Macbook results in slightly different behaviour: Doxygen reports the latter error, prints (warning treated as error, aborting now) and just hangs.

dstebila added a commit that referenced this issue Jun 30, 2021
baentsch pushed a commit that referenced this issue Jul 5, 2021
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

Successfully merging a pull request may close this issue.

1 participant