$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Trailing slash removed from xsl:param
From: Daniel James (daniel_at_[hidden])
Date: 2013-04-28 15:28:01
On 28 April 2013 19:20, Steven Watanabe <watanabesj_at_[hidden]> wrote:
>
> It's probably my fault. I'll look at it
> tomorrow. When did this start?
Changeset 83847. I only noticed today because I was checking some
changes to quickbook.
Btw. you can see it by going to libs/accumulators/doc and running:
b2 -an | grep -o 'boost.doxygen.formuladir "[^"]*"'
It currently says:
boost.doxygen.formuladir "images/accumulators"
But should say:
boost.doxygen.formuladir "images/accumulators/"
Thanks.