Boost logo

Boost :

Subject: Re: [boost] [quickbook] probs with docu generation (C++ code)
From: Joel de Guzman (joel_at_[hidden])
Date: 2008-10-27 04:12:31


Oliver Kowalke wrote:
> Hello,
> I've a porblem with document generation with quickbook. The code in the *.qbk files get some strange extra characters appended (in the example belwo: 'e seco').
> Could please so kind to help?
>
> regards,
> Oliver
>
> threadpool.qbk
>
> boost::tp::pool<
> boost::tp::unbounded_channel< boost::tp::fifo >
> > pool(
> boost::tp::poolsize( 6),
> boost::posix_time::posix_time::milliseconds( 50),
> boost::tp::scanns(10) );
>
> generates in the output:
>
> boost::tp::pool<
> boost::tp::unbounded_channel< boost::tp::fifo >
> > pool(
> boost::tp::poolsize( 6),
> boost::posix_time::posix_time::milliseconds( 50),
> boost::tp::scanns(10) );
> e seco
>
> ^^^^^^^
> why are this chars inserted

Could you post a minimal test qbk file that exhibits the problem?

Regards,

-- 
Joel de Guzman
http://www.boostpro.com
http://spirit.sf.net

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