-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Description
Bugzilla Link | 778 |
Resolution | LATER |
Resolved on | Mar 06, 2010 14:00 |
Version | trunk |
OS | All |
Reporter | LLVM Bugzilla Contributor |
CC | @lattner |
Extended Description
Currently, there is only partial support for doxygen documentation in the public
header files. The following improvements are requested:
-
Move "file level" comments that actually describe a class to be associated
with the class so doxygen user's don't have to dig for it and so doxygen doesn't
ignore it. -
Group class members into sections of related functionality so that the those
groups are expressed in the documentation. This makes it much easier to find the
appropriate methods because entire groups can be quickly ignored if they are
off-topic for the reader's intention. -
Resolve the @brief issue (the @brief keyword shows up in the output)
-
Get a non-blank main page (introduction) so that people can get a basic idea
of what it is they're reading about.