How to persuade Doxygen to document two C structures that have the same name? -
the structures being chosen compiled using different compiler flags (because in c cannot have 2 different structures same name) need both of them shown in doxygen documentation. currently, looks doxygen picks 1 of them shown in doxy files? how can solve this? there workaround this?
Comments
Post a Comment