Parse T-Doc Comments
Scans a source file and extracts all T-Doc documentation blocks
(lines starting with --#). Parses the tags
(@name, @param, @return, etc.)
into structured documentation entries.
String): The path to the
source file to parse.A list of parsed documentation entries.