jfirebaugh on mdast
@linkcode and @linkplain are in… (compare)
jfirebaugh on mdast
Replace markdown strings with p… (compare)
jfirebaugh on mdast
Replace markdown strings with p… (compare)
jfirebaugh on mdast
Replace markdown strings with p… (compare)
Hi @tmcw
If I want to create docs from the following code:
type CaptureEmail = {
email: string,
url: string,
}
const Engage = {
/**
* Captures users email upon leaving booking page
*/
captureEmail: (data: CaptureEmail): Promise<CaptureEmail> => {
}
}
Do I need latest master
changes?
./src/utilities/isCookieSet
.
hey just to say thanks for the project!
i'm happy with how my heavily hacked documentation.js site came out:
mpe.js.org
documentationjs buil…-t node_modules/my-theme/ -o docs
@const some-variable-name-with-dashes
gets parsed to an object with name simply “some”. Does anyone know if this is standard JSDoc, or something in documentationjs?
"tags": [
{
"title": "const",
"description": “-variable-name-with-dashes",
"lineNumber": 3,
"type": null,
"name": “some"
}
}