[Doxygen-develop] Keywords in output
Brought to you by:
dimitri
From: Fabian C. <Cen...@in...> - 2002-12-03 08:36:13
|
Hi We try to build a help system based on HTML files. So the readymade HTML output of Doxygen is very suitable. The problem is that we don't want to use the generated index file/javascript. The help system scans all HTML files and builds its own index. For this it would be very convenient to have the index keywords already in the page where they belong to. Is there a possibility to achieve this? The words are already known as they are used for the .hhk and .js so it shouldn't be that difficult to output them in the HTML file. I don't know about the other output formats, if they can use this. If this is not easy/possible, what about the XML output? Is there something like keywords/index that could be used for this? And last but not least :) What about a possibility to define own keywords in the source code that get scanned and outputted in this list? Something like /keyword(s) bla or <keywords>bla morebla</keywords> Thanks Fabi |