Doxygen cannot parsing the structure documentation in the source file

一笑奈何 提交于 2020-06-29 04:08:33

问题


Doxygen cannot parsing a structure documentation inside .c file(and cannot create a corresponding .tex file) but parsing correctly from a separate .h file

Assumptions: Does the structures inside .c file where generally the functions are documented are not visible to doxygen parser?

Workflow: doxygen run >parsing from files>create a pdf The final generated file is missing the structure documentation inside .c file but all other structures inside a separate .h files are documented and find their place in generated .pdf file

Why missing?

What I tried: I have tried giving those structure names (which I thought missing in the documentation) in the .tex file automated part as \input{structt_Ref2_Control} then I am getting an omake error saying:

"The .tex (relevant for missing structure) file is missing"

来源:https://stackoverflow.com/questions/62282867/doxygen-cannot-parsing-the-structure-documentation-in-the-source-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!