The docs aren't updated..

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

The docs aren't updated..

Post by MasterGod »

I've looked for something in the docs (.chm file) few days ago and it wasn't there although I could use it. VC++ showed me (I don't know how to call those auto code filling feature) that for example there is method X while the docs didn't show that method X exists.
I guess the same thing is with the online version of the API so if you're not going to release a 1.4.1 just for that maybe at least update the online doc..

P.S
If I'll encounter such thing again I'll edit this post with an exact name of the method/whatever missing..
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

The autocompletion feature of MSVC has to be reset if header files are changed. Yo remove the cache and it will automatically use the new features, too.
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

hybrid wrote:The autocompletion feature of MSVC has to be reset if header files are changed. Yo remove the cache and it will automatically use the new features, too.
1. How to remove the cache?
2. Which new features? :D
3. I meant the irrlicht-1.4\doc\irrlicht.chm file is out of date.. :wink:
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

1) Don't know, you use the tool
2) Irrlicht 1.4 new features
3) I don't read chm files, but you can generate them from the sources using doxygen
Post Reply