clang API Documentation

Public Member Functions
clang::comments::BriefParser Class Reference

#include <CommentBriefParser.h>

List of all members.

Public Member Functions

 BriefParser (Lexer &L, const CommandTraits &Traits)
std::string Parse ()
 Return the best "brief description" we can find.

Detailed Description

A very simple comment parser that extracts "a brief description".

Due to a variety of comment styles, it considers the following as "a brief description", in order of priority:

Definition at line 30 of file CommentBriefParser.h.


Constructor & Destructor Documentation

Definition at line 58 of file CommentBriefParser.cpp.


Member Function Documentation


The documentation for this class was generated from the following files: