Is the documentation-reference updated?

Hi, I use eclipse in android and I have no autocomplete option as XCode project has, so, I have to use the Documentation to check reference.

In Example, to use CCArray:

http://www.cocos2d-x.org/embedded/cocos2d-x/d9/d2e/classcocos2d_1_1_c_c_array.html#a4e31759dd82f779e3fb6c984b9d01065
or
http://www.cocos2d-x.org/reference/native-cpp/d9/d2e/classcocos2d_1_1_c_c_array.html

And I check:

static CCArray * createWithArray (CCArray otherArray)
But actually is decreated, you need to use
static CCArray
create (CCArray *otherArray)

That info appear in ChangeVersion Guide, but If it is possible, recompile Doxygen documentation and update reference.

By the way, if someone know how to configure autocompletate option in Eclipse for linux, it will be userful to me :wink:

Thanks.

Someone know?

also for Mac please.

At least tell us if it works because I don’t understand.
Some say yes others no

thanks
Don