Please provide a search engine for cocos2d-x documentation

The documentation guide at http://www.cocos2d-x.org/reference/native-cpp/index.html
is very helpful ,but if you provide a search engine it will be more helpful especially for beginners.

Thank you.

I agree. A search engine for the api would really help when you are new to Cocos2dx.

Guys, but you can do it yourself! In your cocos2d-x directory is located forlder “Doxygen” the configuration file for doxygen. You can set the search option in it and create documentation for myself. But if you are having difficulty, maybe I could do it and share with you, unless of course it will be for you.

HI Alex Zhd,

I have found the doxygen.cocos2d-x file a header file and a png file ,but how to use it?

srikanth chitturi wrote:

HI Alex Zhd,
>
I have found the doxygen.cocos2d-x file a header file and a png file ,but how to use it?

Next you must download doxygen. If you using Linux, type in terminal sudo apt-get install doxygen doxygen-gui
When a package is installed, enter the console doxywizard, then open the the file doxygen.cocos2d-x file. After that, in the tab “Wizard”, select “Output” and check “With search function”. Now save your file. In the terminal, browse to the folder doxygen in cocos2dx folder and run “doxygen <enter name your config file(doxygen.cocos2d-x file or other)>”. After that you taken a folder “html”, where you must open the file “index.html”. That’s all.
You can read my guide, in order to make it more clear - http://www.cocos2d-x.org/boards/6/topics/13801

OK, it’s my fault. I will enable the search option at next version release then update the online docs.