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