[Doxygen-users] documenting C structure
Brought to you by:
dimitri
|
From: MURESIANU P. <P.M...@ob...> - 2016-07-07 10:03:58
|
Hi, When I declare a structure in my .c source file, the reference of the structure is not found by Doxygen. If I declare it in my header file (for test purpose), Doxygen finds the reference. I declare my structure in .c source on purpose and I can't declare it in the header file. How can I fix my issue and make Doxygen finds the reference of this structure ? Thanks. Regards, Philippe |