Page 1 of 1

JSDoc for PB?

Posted: Sat Jan 29, 2022 3:18 pm
by Joubarbe
Hi,

I've searched a bit here and there, but cannot find a good documentation generator that could, like JSDoc, build a nice web presentation of all generated doc. I think the syntax and features of JSDoc are very well designed. Is there something like that out there?

Re: JSDoc for PB?

Posted: Sat Jan 29, 2022 3:55 pm
by #NULL
I don't know jsdoc, but you can have a look at JaPBdoc:
https://www.purebasic.fr/english/viewto ... 14&t=22605
If you download sgx (https://www.purebasic.fr/english/viewtopic.php?t=31357) you can look at examples of generated docs, sgx/sgxDoc/sgxDoc.html and sgxDocFull.html

Re: JSDoc for PB?

Posted: Sun Jan 30, 2022 6:50 am
by Joubarbe
Thank you! I might use the GUI as well, nice work :)

EDIT: For those who are interested, there's also Natural Docs, that is easily customizable to PB.