Closed
Description
This is not the api that is exposed by the documentation package:
https://github.com/documentationjs/documentation/blob/master/docs/NODE_API.md
This is what is exported:
{ lint: [Function: lint],
expandInputs: [Function: expandInputs],
buildSync: [Function: buildSync],
build: [Function: build],
formats:
{ html: [Function: html],
md: [Function],
remark: [Function: remark],
json: [Function] },
util: { createFormatters: [Function], createLinkerStack: [Function] } }
I was hoping to use documentation.js to return the raw parsed data (comments etc.) but it seems that it only builds. It would be useful to use it as a library.
Metadata
Metadata
Assignees
Labels
No labels