[build,quickbook] complete doxygen output
Maybe you can ask a separate thread, describing what you want, so that Boost.Book experts notice it more easily?
Hi, Per Vlad suggestion I am creating a separate thread about this. It should probably go into documentation list as well, but I am not sure how to do this in gmane interface
I would like to help, but Boost.Build only runs doxygen and then invokes various XSLT tarnsforms. Everything else is either doxygen itself, or Boost.Book, where I can only make trivial tweaks.
What I am after is alternative rule, which will not try to make quickbook like output out of doxygen, but instead just leave it alone. So I need to run doxygen place the output somewhere and somehow point my quickbook based docs to that output. How would the Boost.Build rule look like?
What do you mean by 'bind' here?
I want to bind references to class/function/module names to entries in generated doxygen docs. I am fine with some quickbook template I can apply, but automation would be even better. Gennadiy
On 3 January 2015 at 19:08, Gennadiy Rozental
What I am after is alternative rule, which will not try to make quickbook like output out of doxygen, but instead just leave it alone. So I need to run doxygen place the output somewhere and somehow point my quickbook based docs to that output. How would the Boost.Build rule look like?
I don't know how get to Boost Build to run doxygen normally. But if you can work that out, you just need to use normal html links to the generated documentation. There's no way to get quickbook's funcref, classref etc. tags to work, as they're handled by the boostbook layer. Might be able to semi-automate linking use quickbook template if the location of the doxygen pages is predictable and simple enough.
participants (2)
-
Daniel James
-
Gennadiy Rozental