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
and doxygen Doxygen; make -c docs html, I got some warning
/tmp/test-sphinx-breathe/docs/source/index.rst:24: WARNING: doxygenfunction: Cannot find function"main"in doxygen xml output for project "MyCProject" from directory: ../../doxygen/xml
And there is also the same warning in the html, and I found if I mask the declaration of subtract() in the header, there will be
/tmp/test-sphinx-breathe/docs/source/index.rst:30: WARNING: doxygenfunction: Cannot find function"subtract"in doxygen xml output for project "MyCProject" from directory: ../../doxygen/xml
I try doxygenfile::main.c, and everything is fine, anything I miss?
I am new to sphinx and breathe, and I try a simple project
I add the index.rst
and
doxygen Doxygen; make -c docs html
, I got some warningAnd there is also the same warning in the html, and I found if I mask the declaration of subtract() in the header, there will be
I try
doxygenfile::main.c
, and everything is fine, anything I miss?I upload my whole project to github
Sphinx version: 7.3.7, and breathe version: 4.35.0
The text was updated successfully, but these errors were encountered: