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?
JSDoc for PB?
Re: JSDoc for PB?
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
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?
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.

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