问题
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