Re: [quickbook][phoenix] Can't build Phoenix as a PDF.
John Maddock <[email protected]>
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <52525ACABCAB4F9EACC34CF0C7DD1E7C@acerlaptop> |
> Yes it's AutoIndex: it links to the nearest enclosing block with an ID. I > could exclude bridgeheads completely I guess - so that the link went to > the > enclosing section instead - but I don't *think* I could easily get to the > Quickbook generated anchor before the bridgehead (the docs might not come > from Quickbook after all). > >Unless you've got dom access it requires some nasty state tracking as >you parse. I do that in quickbook to match anchors to sections. I do have access to the full DOM, but even then it's not really set up for finding siblings. For now, I've just changed AutoIndex so it doesn't link to any block that isn't capable of having a title - and that seems to be working quite well actually - so for now I think I'm happy ;) John.