On Thu, 2003-02-06 at 13:25, Lance Duivenbode wrote:
> I'm having trouble the file list in the top menu.
>=20
> The way I have my code structured (C by the way) is I have structures
> declared in .c files and typedefs for accessing them declared in .h
> files. What I would like to do is to be able to briefly comment the
> functions etc in the header files (using \brief) and then put the
> detailed description in the source files. However, I don't really want
> to have both the files show up in the file list. Therefore I would like
> to remove the file list completely or at least exclude the source files
> from this list.
I thought at first if you don't have a \file section in a file, it
shouldn't show up in the file list, but I just found it does! Perhaps a
HIDE_UNDOC_FILES option would be helpful in a future version, but that
doesn't help your situation. To get around it for now, you could write
your own 'post-filter' to run when doxygen has finished, that searches
files.tex and comments out every line that contains
\hyperlink{.*}{.*[.]h}
or something
> Along the same lines, I have created a separate file with all the \main
> instructions for creating a main page. This also shows up in the file
> list - is there some way I can remove this?
If you put all these items in a group (defgroup, ingroup, etc) it will
appear in its own section (module documentation), and not in the
particular file.
HTH,
--=20
Iain Buchanan <ia...@no...>
The Roman Rule:
The one who says it cannot be done should never interrupt the
one who is doing it.
|