Structs§
- Parse
Result - Result of parsing a SurfDoc.
Functions§
- closing_
directive_ depth - If the line is a closing directive (
::,:::, …), return the depth (colon count). - opening_
directive - If the line is an opening directive (
::name[attrs]), return(depth, name, attrs_str). - parse
- Parse a SurfDoc string into a
ParseResult.