Re: The beauty of LATEX
John Maddock <[email protected]>
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <C0FC79A52B0D4F428D2FC003400745B3@acerlaptop> |
>> (And of course, we also need an *index* to get straight to this, if one >> knows the function name). > > Probably just needs the doxygen converter to generate <indexterm> > tags. Boostbook could possibly do that (I forget at which stage > autoindex is run). Autoindex gets run after everything (doxygen included) is converted to Docbook - so it can index Doxygen content as well as the quickbook stuff - it also handles manually inserted <indexterm>'s so if the Doxygen stage can add these more precisely than autoindex can so much the better.... John.