Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75286 - sandbox/multiprecision/libs/multiprecision/doc
From: pbristow_at_[hidden]
Date: 2011-11-03 13:38:42


Author: pbristow
Date: 2011-11-03 13:38:41 EDT (Thu, 03 Nov 2011)
New Revision: 75286
URL: http://svn.boost.org/trac/boost/changeset/75286

Log:
MInor edits
Text files modified:
   sandbox/multiprecision/libs/multiprecision/doc/multiprecision.qbk | 10 +++++++---
   1 files changed, 7 insertions(+), 3 deletions(-)

Modified: sandbox/multiprecision/libs/multiprecision/doc/multiprecision.qbk
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/doc/multiprecision.qbk (original)
+++ sandbox/multiprecision/libs/multiprecision/doc/multiprecision.qbk 2011-11-03 13:38:41 EDT (Thu, 03 Nov 2011)
@@ -281,7 +281,7 @@
 [using_library_example_1]
 
 [note It may seem (and be) simplest to declare global use of the namespace [^boost::multiprecision]
-but this risks conflicts with names that appear in other namespaces, like std.
+but this risks clashes with names that appear in other namespaces, especially std.
 So it is safer to limit the scope to within user classes and functions,
 or to specify explicitly the functions, either with a using statement,
 or, more verbosely, at the point of use, as various shown below.]
@@ -408,7 +408,7 @@
 
 [import ../example/evaluate_examples/evaluate_examples.cpp]
 
-[evaluate_examples]
+[evaluate_examples] [/Quickbook is embedded as comments in the source code.]
 
 The full output from this example is
 
@@ -426,7 +426,11 @@
 
 
 [section: references References]
-[/references perhaps in references.qbk] [/ references to academic papers, patents, prior art...]
+[/references perhaps taken out into references.qbk]
+[/ references to academic papers, patents, prior art...]
+[/I have yet to find a way to put the references as numbered footnotes *and* a complete list.
+Or to put the numbered references at the end of the 'paper'.
+So a simple sequentially numbered list is the best I can do for now.]
 
 * __Coplien
 * __MISRA


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk