[Doxygen-users] one document paragraph for N types set by typedef struct?
Brought to you by:
dimitri
From: mathog <ma...@ca...> - 2013-11-22 23:37:12
|
An include file from a C program looks like this: /** Description blah blah */ typedef struct { SomeStructName field; //!< Description of field } name1, name2, name3, ... namen; When doxygen processes this it hooks the documentation to name1 and leaves name2 -> namen flapping in the breeze. It issues "undocumented" warnings about name2-> namen. Making N copies of this and editing the list down to one name for each would resolve the Doxygen issue, but it is a lot of work. Is there some magic switch to tell Doxygen that "name2 is like name1", or better yet, "name2->namen are like name1"? Thanks, David Mathog ma...@ca... Manager, Sequence Analysis Facility, Biology Division, Caltech |