Version: 0.3, by Brad
Developer Last Online: Nov 2023
Version: 3.5.8
Rating:
Released: 07-12-2005
Last Update: 09-16-2005
Installs: 11
Re-useable Code Additional Files Translations
No support by the author.
[high]This modification is no longer supported![/high] -
Jelsoft has released their own source code documentation, thus I will no longer be working on this project or making new html files from the source code.
See this thread to get the link to the offical API documentation.
Quote:
vBdocs is an add-on for developers that places the source code documentation right in the admincp. The documentation is generated with the latest version of phpdoc and picks up on just about everything that was included in the source code documentation wise.
There are still known errors in the documentation, you can read the error log at /docs/vbsource/errors.html.
If you would like you can generate your own doc files, the instructions on how to do so are at phpdoc's website.
Installation instructions included in the zip file, same as the upgrade instructions.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
alright brad, maybe im dumb but..I would love something like that for 3.0.X..does it list the source php files in your admin cp? Is that what it does.
No. phpDoc is a comment syntax for giving documentation on functions and classes inside the files themselves.
It is not available in 3.0.x (because the devs didnt use it).
Brad: Did you manage to reduce the number of errors by changing configurations or is it the syntax that Jelsoft are using that is causing most of the errors?
sorry kinda confused, is this a phpdoc compilation of beta 4? are you going to update it in each new version
Yes this is beta 4 as noted in the zip file . With each version I will generate new files.
I do plan on going back and cleaning up the .html files, right now they are what phpdoc generated with no modification.
Quote:
Originally Posted by merk
Brad: Did you manage to reduce the number of errors by changing configurations or is it the syntax that Jelsoft are using that is causing most of the errors?
You can see the error log at /docs/vbsource/errors.html, while there are a lot listed there note that many of them are because of two things. Illegal use of 'var' and redeclared defines.
One thing for others that want to make their own phpdoc files, you need to tell phpdoc to pick up on a custom tag vB uses. Make sure you tell it to look for 'date' so it will extract @date.
Keep in mind that we are dealing with beta code, and I'm no phpdoc expert . Even with the errors phpdoc still pulls a ton of useful information