[Boost-docs] Quickbook breaking change?

Subject: [Boost-docs] Quickbook breaking change?
From: John Maddock (john_at_[hidden])
Date: 2007-07-30 16:53:41


I've just updated to the latest quickbook source and can no longer build my
docs :-(

I have the following variable list:

[variablelist Parameters of the root finding functions
[[F f] [Type F must be a callable function object that accepts one parameter
and
returns a tuple:

For the second order iterative methods (Newton Raphson)
the tuple should have two elements containing the evaluation
of the function and it's first derivative.

For the third order methods (Halley and Schroeder) the tuple
should have three elements containing the evaluation of
the function and its first and second derivatives.]]
[[T guess] [The initial starting value.]]
[[T min] [The minimum possible value for the result, this is used as an
initial lower bracket.]]
[[T max] [The maximum possible value for the result, this is used as an
initial upper bracket.]]
[[int digits] [The desired number of binary digits.]]
[[uintmax_t max_iter] [An optional maximum number of iterations to
perform.]]
]

Which leads to the following quickbook errors:

math.qbk:210: error: Syntax Error near column 9.
math.qbk:210: error: Syntax Error near column 2.
math.qbk:210: error: Syntax Error near column 3.
math.qbk:210: error: Syntax Error near column 3.
math.qbk:223: error: Invalid number of arguments passed. Expecting: 0
argument(s
), got: 1 argument(s) instead.

Line 210 is the one that starts "[[F f] [Type F must..." in case this helps.

Any ideas?

Thanks, John.


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:40 UTC