Subject: Re: [Boost-docs] [quickbook] Problems with callouts
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-11-29 19:45:28
AMDG
Daniel James wrote:
> 2009/11/28 Steven Watanabe <watanabesj_at_[hidden]>:
>
>> This is with the current trunk, revision 58004.
>>
>
> Sorry, I can't reproduce your problems. The first one works okay for
> me, the second one resulted in a quickbook parse as it has block
> markup in a phrase context. Can you point me to the actual code?
>
I couldn't reproduce the first problem.
For the second, a slight variation makes quickbook
accept it (Note the newline).
//[die
int roll_die() {
/*<< [important test]
>>*/
boost::variate_generator<boost::mt19937&, boost::uniform_int<> >
die(gen, dist);
}
//]
This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC