PDA

View Full Version : STL(+TR1) Documentation in Assistant



rubenvb
16th May 2010, 16:41
Is there a simple way to get/generate a qch for Assistant (and of course Creator) containing STL/C++(/TR1) documentation. Perhaps from a good source like cplusplusreference.com?

On second thought, would it be possible to download all of cplusplusreference.com's documentation and compile it into a .qch? Will it be properly indexed? This would be an awesome thing to have and get me away from that god-awful google with its outdated code samples and bad explanations.

wysota
16th May 2010, 16:52
On second thought, would it be possible to download all of cplusplusreference.com's documentation and compile it into a .qch?
Yes, this shouldn't be a problem.


Will it be properly indexed? This would be an awesome thing to have and get me away from that god-awful google with its outdated code samples and bad explanations.
Out of the box? Only by the full-text search engine. For the index tab you need to create the index yourself.

hotdox
11th September 2010, 19:04
No need for crawling cplusplus.com just use doxygen+gnu stl here in detail (http://whalebot.blogspot.com/2010/09/help-for-standard-library-in-your.html)