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)
mapStateToProps
functions, for example. All efforts to use @module
have been mixed at best. Is there a link to an example? Has anyone made this work? @typedef
is also quite awkward. Am I missing something? TIA.
@memberof
https://github.com/devtools-html/debugger.html/blob/master/public/js/actions/sources.js#L53-L56
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"
}
}