From 7ada3ee926b3a3ba9a81eede3c536128b3831713 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 13 Jan 2015 19:49:06 +0200 Subject: [PATCH] Reapply final math-gcd.qbk commit. --- doc/gcd/math-gcd.qbk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/gcd/math-gcd.qbk b/doc/gcd/math-gcd.qbk index b751cc9..4d3edd6 100644 --- a/doc/gcd/math-gcd.qbk +++ b/doc/gcd/math-gcd.qbk @@ -186,7 +186,7 @@ is beyond the range of `static_gcd_type`. [endsect] -[section:header Header ] +[section:gcd_header Header ] This header simply includes the headers [@../../../../boost/math/common_factor_ct.hpp ] @@ -217,7 +217,7 @@ code factoring and eases maintainence. [endsect] -[section History] +[section:gcd_history History] * 13 May 2013 Moved into main Boost.Math Quickbook documentation. * 17 Dec 2005: Converted documentation to Quickbook Format. @@ -226,7 +226,7 @@ code factoring and eases maintainence. [endsect] -[section Credits] +[section:gcd_credits Credits] The author of the Boost compilation of GCD and LCM computations is Daryle Walker. The code was prompted by existing code hiding in the