Re: The beauty of LATEX
John Maddock <[email protected]>
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <A377A48120754D2BB24B329A12152E95@acerlaptop> |
>>> 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 > > And after Boostbook is converted to docbook? Yes it runs on the docbook file, immediately before that gets converted to the output format (HTML or whatever). >> 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.... > > I'd like Boostbook itself to do it so that it'd work on documentation > written directly in boostbook. As does AutoIndex, Oh and on docs written in Docbook too.... John.