$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-11-15 10:04:58
On Friday 15 November 2002 09:51 am, James Curran/MVP wrote:
> These are generated from XML, correct? If so, could you include a link
> to the source XML?
Yep, yep, and here:
http://www.cs.rpi.edu/~gregod/Boost/function.xml
It's mostly a DocBook document, but the <header> tag is C++ class (template)
definition and function (template) declaration XML used to generate the
reference section. The full example (including DocBook-only elements like the
tutorial) and the actual XSLT stylesheets are in the sandbox
(libs/documentation).
> Also, on the HTML, all the graphic seem to point to broken links.
Forgot to upload those. The links shouldn't be broken any more.
Doug