Click or drag to resize

ParserAddDocCommentParseTag Method

Add a documentation comment tag for callback during parsing.

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static void AddDocCommentParseTag(
	string tag,
	ParserParseDelegate callback
)

Parameters

tag
Type: SystemString
callback
Type: Nova.ParsingParserParseDelegate
See Also