|
From: Stephen S. <rad...@gm...> - 2008-08-20 20:26:24
|
Hi, On Tue, Aug 19, 2008 at 4:25 PM, Dave Robillard <da...@dr...> wrote: > Hi, > > Simple patch attached to hide the _internal methods from the > documentation (they look pretty silly there...) Thanks! I think a slightly better way to do that (instead of putting a new macro in the headers) is to use Doxygen's "\internal" command. However this requires setting EXTRACT_ALL to "no", meaning that undocumented functions don't get added to the documentation at all. On the other hand, this just means they are lacking documentation, so I think adding documentation for functions and structures that disappear when EXTRACT_ALL is turned off is probably the way to go. I'll try to work on this. Steve |