Re: [Doxygen-users] How to avoid double entries of structs?
Brought to you by:
dimitri
From: Fabian C. <Cen...@in...> - 2016-08-18 06:50:00
|
At 08:41 10.08.2016, you wrote: >Content-Transfer-Encoding: 7bit > >Hello World, > >I am documenting a couple of IDL files. Now I've noticed that all the structs are listed twice in the classes list (see the attached small screenshot), once with and once without a documentation (both links point to the same documentation page). >How do I avoid the undocumented structs entries (because they are documented ones) WITHOUT setting the HIDE_UNDOC_CLASSES option? (I want HIDE_UNDOC_CLASSES to be set to NO so undocumented classes lead to a warning.) I also reported a similar problem already in 2014 but didn't get a response. http://doxygen.10944.n7.nabble.com/Double-entries-of-C-variable-td6951.html Maybe this can be a solution for you: http://stackoverflow.com/questions/27845542/c-and-doxygen-removing-duplicates-of-variable-documentation bye Fabi |