I am having a lot of trouble with index function of the documentation generation class THtml.
I can make the documentation for my own classes with the MakeClass call. However making an index of the classes using:
mHtml->MakeIndex();
Generates an index of ALL the classes root is aware of, which is huge, and for most of these classes I didn’t create documentation (since it is already
at roo.cern.ch). So the index is not very useful.
The documentation for THtml is not much help, and the “User Guide” seems a little outdated, nor does it seems to help. Can someone please point out how I can make an index of only my own classes?