Searching in the API documentation

I’m follow this tutorial here http://cocos2d-x.org/projects/cocos2d-x/wiki/Chapter_3*-*How_to_Move_a_sprite and there’s this ccTime type that the compiler doesn’t recognize. I tried to search for it in the reference but I can’t find the search button. I’ve used Doxygen generated documentation before and I think the search should be in the upper right corner (it is like this in the cocos2d-iphone reference).

Am I missing it or is there some (very strange) reason why there isn’t a search form?

I guess cocos2d::ccTime instead of ccTime will work.

That worked. What about searching in the documentation?