docs-parser
docs-parser copied to clipboard
multi-mode Class description error
It seems that there is currently a bug when packageMode is multi that nullifies descriptions of each class into a rather excessively large string.
Specifically, it seems that it starts at the first description in the document and ends at the first constructor it encounters. If there are no constructors, it leaves it empty.
Here's an example (querystring and Worker Threads properties can be ignored): https://gist.github.com/bnb/bcc9394cfd81bd61ffdb9b3d303b799b
More specifically, the exact lines with issues in that JSON:
1⃣https://gist.github.com/bnb/bcc9394cfd81bd61ffdb9b3d303b799b#file-electron-api-json-L470 2⃣https://gist.github.com/bnb/bcc9394cfd81bd61ffdb9b3d303b799b#file-electron-api-json-L701 3⃣https://gist.github.com/bnb/bcc9394cfd81bd61ffdb9b3d303b799b#file-electron-api-json-L862 4⃣https://gist.github.com/bnb/bcc9394cfd81bd61ffdb9b3d303b799b#file-electron-api-json-L882