mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
Parser Streams
file contents -> extracted comments
Parser streams receive the content returned by input streams and extract
JSDoc comments. The javascript stream goes further and also extracts
the abstract syntax tree
of JavaScript source code in order to help documentation infer things
about the source code's structure, like the naming of variables.