$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [quickbook] Code links not working
From: Edward Diener (eldiener_at_[hidden])
Date: 2010-10-14 19:22:56
I can not seem to get the quickbook code links to work. Nothing is being
generated from the code link. As an example, to test them out I have in
quickbook:
This is a test of a macro reference - [macroref VMD_DATA_SIZE Test Macro
reference] .
and in my doxygen generated XML I see:
<library-reference id="variadic_macro_data_reference">
<title>Variadic Macro Data Reference
</title>
<header name="boost/variadic_macro_data/VariadicMacroData.hpp">
<macro name="VMD_DATA_SIZE" kind="functionlike">
etc.
but the output shows:
This is a test of a macro reference - .
Any ideas to get this to work would be appreciated.