Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56603 - in trunk: boost/unordered/detail doc/html libs/functional/hash/test tools/boostbook/test tools/boostbook/test/doxygen tools/boostbook/test/doxygen/boost tools/quickbook/detail
From: daniel_james_at_[hidden]
Date: 2009-10-05 17:29:40


Author: danieljames
Date: 2009-10-05 17:29:39 EDT (Mon, 05 Oct 2009)
New Revision: 56603
URL: http://svn.boost.org/trac/boost/changeset/56603

Log:
Various inspect fixes.
Added:
   trunk/doc/html/quickbook.html (contents, props changed)
Text files modified:
   trunk/boost/unordered/detail/buckets.hpp | 2 +-
   trunk/libs/functional/hash/test/namespace_fail_test.cpp | 2 +-
   trunk/tools/boostbook/test/alt.xml | 9 ++++++++-
   trunk/tools/boostbook/test/doxygen/Jamfile.v2 | 5 +++++
   trunk/tools/boostbook/test/doxygen/boost/example.hpp | 5 +++++
   trunk/tools/boostbook/test/doxygen/example.xml | 9 ++++++++-
   trunk/tools/quickbook/detail/quickbook.hpp | 2 +-
   7 files changed, 29 insertions(+), 5 deletions(-)

Modified: trunk/boost/unordered/detail/buckets.hpp
==============================================================================
--- trunk/boost/unordered/detail/buckets.hpp (original)
+++ trunk/boost/unordered/detail/buckets.hpp 2009-10-05 17:29:39 EDT (Mon, 05 Oct 2009)
@@ -167,7 +167,7 @@
     template <class A, class G>
     inline void hash_buckets<A, G>::swap(hash_buckets<A, G>& other)
     {
- BOOST_ASSERT(node_alloc() == other.node_alloc());
+ BOOST_ASSERT(node_alloc() == other.node_alloc());
         std::swap(buckets_, other.buckets_);
         std::swap(bucket_count_, other.bucket_count_);
     }

Added: trunk/doc/html/quickbook.html
==============================================================================
--- (empty file)
+++ trunk/doc/html/quickbook.html 2009-10-05 17:29:39 EDT (Mon, 05 Oct 2009)
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+ <head>
+ <!-- Copyright (C) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+
+ Distributed under 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) -->
+ <title>Redirect to generated documentation</title>
+ <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/quickbook.html">
+ </head>
+ <body>
+ Automatic redirection failed, please go to
+ http://boost-sandbox.sourceforge.net/doc/html/quickbook.html
+ </body>
+</html>

Modified: trunk/libs/functional/hash/test/namespace_fail_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/namespace_fail_test.cpp (original)
+++ trunk/libs/functional/hash/test/namespace_fail_test.cpp 2009-10-05 17:29:39 EDT (Mon, 05 Oct 2009)
@@ -11,4 +11,4 @@
 
 typedef list<int> foo;
 
-int main() {}
\ No newline at end of file
+int main() {}

Modified: trunk/tools/boostbook/test/alt.xml
==============================================================================
--- trunk/tools/boostbook/test/alt.xml (original)
+++ trunk/tools/boostbook/test/alt.xml 2009-10-05 17:29:39 EDT (Mon, 05 Oct 2009)
@@ -1,3 +1,10 @@
+
+<!--
+Copyright Daniel James 2009
+Distributed under 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)
+-->
+
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML//EN"
   "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
@@ -37,4 +44,4 @@
       </macro>
     </header>
   </library-reference>
-</library>
\ No newline at end of file
+</library>

Modified: trunk/tools/boostbook/test/doxygen/Jamfile.v2
==============================================================================
--- trunk/tools/boostbook/test/doxygen/Jamfile.v2 (original)
+++ trunk/tools/boostbook/test/doxygen/Jamfile.v2 2009-10-05 17:29:39 EDT (Mon, 05 Oct 2009)
@@ -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 copy at http://www.boost.org/LICENSE_1_0.txt)
+
 import doxygen ;
 
 doxygen autodoc

Modified: trunk/tools/boostbook/test/doxygen/boost/example.hpp
==============================================================================
--- trunk/tools/boostbook/test/doxygen/boost/example.hpp (original)
+++ trunk/tools/boostbook/test/doxygen/boost/example.hpp 2009-10-05 17:29:39 EDT (Mon, 05 Oct 2009)
@@ -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 copy at http://www.boost.org/LICENSE_1_0.txt)
+
 /*!
     \class example::example
     

Modified: trunk/tools/boostbook/test/doxygen/example.xml
==============================================================================
--- trunk/tools/boostbook/test/doxygen/example.xml (original)
+++ trunk/tools/boostbook/test/doxygen/example.xml 2009-10-05 17:29:39 EDT (Mon, 05 Oct 2009)
@@ -1,6 +1,13 @@
+
+<!--
+Copyright Daniel James 2009
+Distributed under 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)
+-->
+
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
 <library id="example" name="Example" dirname="example" xmlns:xi="http://www.w3.org/2001/XInclude">
 <title>Example</title>
 <xi:include href="autodoc.xml" />
-</library>
\ No newline at end of file
+</library>

Modified: trunk/tools/quickbook/detail/quickbook.hpp
==============================================================================
--- trunk/tools/quickbook/detail/quickbook.hpp (original)
+++ trunk/tools/quickbook/detail/quickbook.hpp 2009-10-05 17:29:39 EDT (Mon, 05 Oct 2009)
@@ -44,4 +44,4 @@
     }
 }
 
-#endif
\ No newline at end of file
+#endif


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