Boost logo

Boost :

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




Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk