parseComment

Converts D comment test to Comment structure object.

parseComment
(
string text
,
string[string] macros = null
,
bool removeUnknown = true
)
out (retVal) { assert (retVal.sections.length >= 2); }

Parameters

text string

doc string

macros string[string]

associative array storing the names and values ​​of macros

removeUnknown bool

whether to remove unknown macros

Meta