Structs§
Functions§
- docblock_
before - Scan
sourcefor a/** ... */docblock that ends immediately beforenode_start(byte offset). Whitespace between the*/and the node is allowed; non-whitespace text in between disqualifies the block. - find_
docblock - Walk an AST and return the parsed docblock for the declaration named
word. - parse_
docblock - Parse a raw docblock string (the full
/** ... */text, or just the inner content — either form is handled).