$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel James (daniel_james_at_[hidden])
Date: 2006-08-27 05:18:04
The attached patch fixes a few of links in the parameter documentation.
But there's still a problem because in the following lines 'tag::name'
and 'tag::index' are misinterpreted as links in the generated documentation.
parameter::parameters<
required<tag::name, is_convertible<_,char const*> >
, optional<tag::index, is_convertible<_,int> >
> const spec;
Daniel