mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
Given the `type` tag introduced with Flow, this can infer a typedef statement, as well as infer its potentially nested properties and their types. This also includes * Refactor of Markdown AST generation that fixes #228 * Refactor of nest.js to handle multi-level nesting
321 B
321 B
MyClass
This is my class, a demo thing.
Properties
howManynumber how many things it contains
getFoo
Get the number 42
Parameters
getItboolean whether to get the number
Returns number forty-two
getUndefined
Get undefined
Returns undefined does not return anything.