JSDoc for PB?

Everything else that doesn't fall into one of the other PB categories.
Joubarbe
Enthusiast
Enthusiast
Posts: 713
Joined: Wed Sep 18, 2013 11:54 am
Location: France

JSDoc for PB?

Post 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?
#NULL
Addict
Addict
Posts: 1499
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Re: JSDoc for PB?

Post 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
Joubarbe
Enthusiast
Enthusiast
Posts: 713
Joined: Wed Sep 18, 2013 11:54 am
Location: France

Re: JSDoc for PB?

Post 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.
Post Reply