|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r61057 - in trunk: libs/iostreams/test tools/quickbook tools/quickbook/detail tools/quickbook/doc tools/quickbook/test
From: daniel_james_at_[hidden]
Date: 2010-04-05 03:24:28
Author: danieljames
Date: 2010-04-05 03:24:27 EDT (Mon, 05 Apr 2010)
New Revision: 61057
URL: http://svn.boost.org/trac/boost/changeset/61057
Log:
Fix some inspect errors.
Text files modified:
trunk/libs/iostreams/test/stream_offset_64bit_test.cpp | 2 +-
trunk/tools/quickbook/detail/actions.hpp | 8 ++++----
trunk/tools/quickbook/doc/Jamfile.v2 | 10 ++++++++++
trunk/tools/quickbook/index.html | 5 +++++
trunk/tools/quickbook/test/callouts.cpp | 5 +++++
5 files changed, 25 insertions(+), 5 deletions(-)
Modified: trunk/libs/iostreams/test/stream_offset_64bit_test.cpp
==============================================================================
--- trunk/libs/iostreams/test/stream_offset_64bit_test.cpp (original)
+++ trunk/libs/iostreams/test/stream_offset_64bit_test.cpp 2010-04-05 03:24:27 EDT (Mon, 05 Apr 2010)
@@ -57,7 +57,7 @@
<< static_cast<unsigned int>(off >> 32)
<< " and (off & 0xFFFFFFFF) == 0x"
<< static_cast<unsigned int>(off & 0xFFFFFFFF)
- << std::endl;
+ << std::endl;
BOOST_REQUIRE_MESSAGE(0, s.str().c_str());
}
}
Modified: trunk/tools/quickbook/detail/actions.hpp
==============================================================================
--- trunk/tools/quickbook/detail/actions.hpp (original)
+++ trunk/tools/quickbook/detail/actions.hpp 2010-04-05 03:24:27 EDT (Mon, 05 Apr 2010)
@@ -371,10 +371,10 @@
struct escape_unicode_action
{
- escape_unicode_action(collector& phrase) : phrase(phrase) {}
- void operator()(iterator first, iterator last) const;
-
- collector& phrase;
+ escape_unicode_action(collector& phrase) : phrase(phrase) {}
+ void operator()(iterator first, iterator last) const;
+
+ collector& phrase;
};
struct attribute_action
Modified: trunk/tools/quickbook/doc/Jamfile.v2
==============================================================================
--- trunk/tools/quickbook/doc/Jamfile.v2 (original)
+++ trunk/tools/quickbook/doc/Jamfile.v2 2010-04-05 03:24:27 EDT (Mon, 05 Apr 2010)
@@ -1,3 +1,13 @@
+#==============================================================================
+# Copyright (c) 2002 2004 2006 Joel de Guzman
+# Copyright (c) 2004 Eric Niebler
+# http://spirit.sourceforge.net/
+#
+# Use, modification and distribution is subject to the Boost Software
+# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+#==============================================================================
+
project boost/quickbook/doc ;
import boostbook : boostbook ;
Modified: trunk/tools/quickbook/index.html
==============================================================================
--- trunk/tools/quickbook/index.html (original)
+++ trunk/tools/quickbook/index.html 2010-04-05 03:24:27 EDT (Mon, 05 Apr 2010)
@@ -6,5 +6,10 @@
<body>
Automatic redirection failed, click this
<a href="../../doc/html/quickbook.html">link</a>
+ <p>Copyright Eric Niebler 2005</p>
+ <p>Distributed under the Boost Software License, Version 1.0. (See accompanying file
+ LICENSE_1_0.txt or copy at
+ www.boost.org/LICENSE_1_0.txt).
+ </p>
</body>
</html>
Modified: trunk/tools/quickbook/test/callouts.cpp
==============================================================================
--- trunk/tools/quickbook/test/callouts.cpp (original)
+++ trunk/tools/quickbook/test/callouts.cpp 2010-04-05 03:24:27 EDT (Mon, 05 Apr 2010)
@@ -1,3 +1,8 @@
+
+// Copyright 2009 Daniel James.
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or move at http://www.boost.org/LICENSE_1_0.txt)
+
//[ example1
/*`
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