
AMDG On 1/7/2011 9:26 AM, Lorenzo Caminiti wrote:
I'm not sure as I don't use doxygen, I'll look into it. Can you link to a page where it didn't work? I can't find any anchors in your headers. I am using the @Ref (link to from Doxygen to Doxygen) and @Sect (link from Doxygen to QuickBook) alias defined in the jamfile.jam which expand to a<a>...</a> HTML commands -- this is probably a bad idea, that's why I am asking how to do this right.
However, I just realized that this manual<a> command also work in the documentation build you generated (before I was getting an error on something else... sorry). That said, is there a better way to link from Doxygen to other Doxygen pages and to QuickBook pages when the Doxygen documentation is generated for QuickBook?
You can use BoostBook markup: @xmlonly <link linkend="boost_random.reference.concepts.random_distribution">random distribution</link> @endxmlonly @xmlonly <classname alt="boost::lagged_fibonacci607">lagged_fibonacci607</classname> @endxmlonly In Christ, Steven Watanabe