TCommentParser

Declaration

TCommentParser = class

Visibility

global

Source

commonclasses.pas on line 374

Description

Parses comments. The only comments it does not parse are those beginning with a @. They are handled by TLanguageParser..

Members

Name

Type

Visibility

Synopsis

ParseComment

function

public

Parses a comment.

TCommentParser

commonclasses



TCommentParser.ParseComment

Declaration

function ParseComment(comment : String) : TComment; virtual; abstract;

Visibility

public

Source

commonclasses.pas on line 379

Description

Parses a comment. May invoke some Driver's methods if encounters commands that require it. May return nil if the passed string is empty;.

ParseComment

TCommentParser

commonclasses