Dimitri replied this to a previous post on the same problem:
> "To support it for other output
> formats as well roughly the following
> is needed (in case anyone wants to
> help and make a patch): 1) the
> DocIndexEntry::parse() function needs
> to store context information about
> the place where the \addindex command
> is found (e.g. g_context,
> g_memberDef) 2) in
> HtmlDocVisitor::visit(DocIndexEntry*)
> this information has to be passed to
> Doxygen::indexList.addIndexItem()
> (or a new function) 3)
> Qhp::addIndexItem() needs to be
> adapted to deal with the case that
> level2 is 0."
Having a quick glance at the code tells me I'm going to use some time figuring this out.
More hints would be greatly appreciated.
Best regards,
Thomas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Are there any plans to implement this?
Dimitri replied this to a previous post on the same problem:
> "To support it for other output
> formats as well roughly the following
> is needed (in case anyone wants to
> help and make a patch): 1) the
> DocIndexEntry::parse() function needs
> to store context information about
> the place where the \addindex command
> is found (e.g. g_context,
> g_memberDef) 2) in
> HtmlDocVisitor::visit(DocIndexEntry*)
> this information has to be passed to
> Doxygen::indexList.addIndexItem()
> (or a new function) 3)
> Qhp::addIndexItem() needs to be
> adapted to deal with the case that
> level2 is 0."
Having a quick glance at the code tells me I'm going to use some time figuring this out.
More hints would be greatly appreciated.
Best regards,
Thomas