Subject: Re: [boost] [quickbook] probs with docu generation (C++ code)
From: John Maddock (john_at_[hidden])
Date: 2008-10-27 05:56:24


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?

I've seen that before if the quickbook files have \r\n line endings, but are
processed by a *nix version of quickbook that expects \n endings (for
example if you use cygwin on win 32). Could that be the case here?

HTH, John.