Description
The manual, I believe, links to the API in places: in some cases a mention of a class will link to the API page for that class.
What I'd like to suggest is that this be more extensive: That any mention of a class-name (in the manual or API) link to the API reference to that class. That, in short, the documentation work a bit like TVTropes.
This, I feel, might make it easier to traverse the documentation, and thus to find desired information. If one wants to check on a class that has just been mentioned--perhaps as a return-value from a method, or referenced in passing in the manual--one can click through immediately, without having to manually search.
(I would imagine this being automated, with class-names being picked out and linked by code; doing this manually seems tedious and prone to omissions!)