[Doxygen-develop] Multiple \file comments in the same file
Brought to you by:
dimitri
From: Chris C. <do...@ke...> - 2005-10-28 21:46:02
|
As far as I can gather from the documentation, the following should work: /** * \file dt.c * \author Copyright (C) 2005 Chris Croughton <sw...@ke...> */ /* some code */ /** * \file * This is some more description of the file. */ /* some more code */ /** * \file * And some more descriptive stuff. */ However, it doesn't, only the first comment gets into the file description. Is there some way to do this that I'm missing, or is it not supposed to work? I'm sure I've done something like it before... Chris C |