Hi Everyone,
With the recent forum/site problems I found it difficult to do anything productive in Irrlicht without the API documentation available. As theres literally hundreds of pages I created a script that automatically fetches each individual page and image from URI's that have the general Doxygen structure.
I haven't had the chance to test that everything is 100% spot on but from what I've looked at it seems to work perfectly. While my personal site is in the process of being upgraded I've temporarily uploaded an example to MediaFire. I'll provide a more permanent home when my site is ready.
In the meantime I hope this is useful to someone somewhere.
http://www.mediafire.com/file/ztum2mgj1 ... 0May09.tar
Offline API Documentation
All that work...
Oh well - next time call scripts/doc/irrlicht/makedocumentation and you get a complete new set of documentation created from the current engine sources ;-)
Oh well - next time call scripts/doc/irrlicht/makedocumentation and you get a complete new set of documentation created from the current engine sources ;-)
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Posts: 5
- Joined: Tue May 05, 2009 8:19 am
The only documentation I could find with the SDK was in the chm format, something I don't bother with under Linux.CuteAlien wrote:All that work...
Oh well - next time call scripts/doc/irrlicht/makedocumentation and you get a complete new set of documentation created from the current engine sources
The script (which was only around 80 lines) isn't Irrlicht specific, I created it for other Doxygen based documentation as well so it was worth it (for me at least)
lol nearly every distro has a chm > html converter.
But I would like to see a html documentation in the next irrlicht release if possible.
But I would like to see a html documentation in the next irrlicht release if possible.
My Blog: http://www.freakybytes.org