Skip to content

Doxygen Documentation Is Lacking #1150

@llvmbot

Description

@llvmbot
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:

  1. 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.

  2. 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.

  3. Resolve the @​brief issue (the @​brief keyword shows up in the output)

  4. Get a non-blank main page (introduction) so that people can get a basic idea
    of what it is they're reading about.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions