Wieger Wesselink wrote:
Hi,

There seems to be a problem with the indentation in quickbook code blocks. A 
code block like this:

``
    int i = 2;
    int j = 4;
``

is expanded into:

    int i = 2;
        int j = 4;

In larger code blocks the same kind of errors happen, and bogus characters 
appear at the end of the block. I'm using cygwin to generate the documentation. 
This problem didn't occur in the past. Does anyone have an idea where the cause 
of this problem lies?

Odd. I can't reproduce it. I tried on both GCC and VC7.1.
Could you post the qbk file that exhibits the problem (preferrably
stripped to the problem point)?

Cheers,
--
Joel de Guzman
http://www.boost-consulting.com
http://spirit.sf.net



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to