STL(+TR1) Documentation in Assistant
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.
Re: STL(+TR1) Documentation in Assistant
Quote:
Originally Posted by
rubenvb
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.
Quote:
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.
Re: STL(+TR1) Documentation in Assistant
No need for crawling cplusplus.com just use doxygen+gnu stl here in detail