Multiple \file comments in the same file
Chris Croughton <[email protected]>
| Newsgroups | gmane.text.doxygen.devel |
|---|---|
| Organization | Keristor Systems |
| Message-ID | <[email protected]> |
As far as I can gather from the documentation, the following should work: /** * \file dt.c * \author Copyright (C) 2005 Chris Croughton <[email protected]> */ /* 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 ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information