Re: [Doxygen-users] Making an Easy and fast readable C Library Ma nual reference.(TODO-Suggestions)
Brought to you by:
dimitri
From: 'Carlo W. <ca...@al...> - 2001-11-22 00:02:22
|
On Wed, Nov 21, 2001 at 12:32:27PM -0500, Wagner, Victor wrote: > I don't. For documenting a system which hasn't yet been doxygenated, ALL of > the included includes would disappear. > Sorry, that isn't acceptable to ME. > If you want to "HIDE" some file... I'd be willing to consider a > \filebutdonotmention line which people add to files they do NOT want > mentioned. Sounds fine by me. It would be very nice if it allowed me to specify which header file should be included instead. For example a file class_foo.h with: /** \filehidden nothidden.h */ class foo; Would use "#include <nothidden.h>" instead of "#include <class_foo.h>". And class_foo.h wouldn't show up in the 'File List'. This would solve all my problems. Not using a \file at all isn't good anyway I discovered now, because then certain documentation disappears (that what would be part of the file-specific page; not, for example, some defined \interface). -- Carlo Wood <ca...@al...> |