PDA

View Full Version : VB5 Documentation


Replicant
05-07-2015, 06:08 PM
Since I've been dabbling with VB5 addon development for my site, I've found it very difficult to find info on VB libraries without sifting through the source. There are a few knowledgeable individuals on the site that have posted hints and tidbits here and there that helped tremendously. However, the lack of documentation is still a speed bump for anyone attempting development for VB5. It's been requested many times and never delivered. While combing through the source files, I noticed the format of the comments was in a standard document format. I ran Doxygen on the VB source files and ended up with 95 megabytes of documentation to help me along.

Since I'm not sure whether or not I can publish this info publicly, I have it for my own use at least.
If someone from VB can let me know if publishing the info is legal according to licensing agreement, I would be willing to host the docs on my site for everyone to use.

Lynne
05-10-2015, 02:10 AM
There is this - http://vbulletin.wayneluke.com/api/

But yes, you may post what you have since it is all visual source.

Replicant
05-10-2015, 03:11 AM
Thanks for the link Lynne. Looks like he's a couple of versions ahead of me. Now if we could only convince the dev's to throw in a couple syntax related notes and maybe an example here and there, it would save us a lot of time.