Boost logo

Boost-Commit :

From: bdawes_at_[hidden]
Date: 2007-11-17 15:13:18


Author: bemandawes
Date: 2007-11-17 15:13:16 EST (Sat, 17 Nov 2007)
New Revision: 41173
URL: http://svn.boost.org/trac/boost/changeset/41173

Log:
// Add or correct comment identifying Boost library this header is associated with.
Text files modified:
   trunk/boost/asio.hpp | 2 ++
   trunk/boost/bimap.hpp | 1 +
   trunk/boost/circular_buffer.hpp | 2 ++
   trunk/boost/circular_buffer_fwd.hpp | 2 ++
   trunk/boost/date_time.hpp | 2 ++
   trunk/boost/iterator_adaptors.hpp | 3 +++
   trunk/boost/lexical_cast.hpp | 2 +-
   trunk/boost/mpi.hpp | 2 ++
   trunk/boost/none.hpp | 2 +-
   trunk/boost/none_t.hpp | 2 +-
   trunk/boost/optional.hpp | 2 +-
   trunk/boost/parameter.hpp | 2 ++
   trunk/boost/program_options.hpp | 2 ++
   trunk/boost/spirit.hpp | 1 +
   trunk/boost/thread.hpp | 2 ++
   trunk/boost/variant.hpp | 2 +-
   16 files changed, 26 insertions(+), 5 deletions(-)

Modified: trunk/boost/asio.hpp
==============================================================================
--- trunk/boost/asio.hpp (original)
+++ trunk/boost/asio.hpp 2007-11-17 15:13:16 EST (Sat, 17 Nov 2007)
@@ -7,6 +7,8 @@
 // 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)
 //
+// See www.boost.org/libs/asio for documentation.
+//
 
 #ifndef BOOST_ASIO_HPP
 #define BOOST_ASIO_HPP

Modified: trunk/boost/bimap.hpp
==============================================================================
--- trunk/boost/bimap.hpp (original)
+++ trunk/boost/bimap.hpp 2007-11-17 15:13:16 EST (Sat, 17 Nov 2007)
@@ -6,6 +6,7 @@
 // (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
+// See www.boost.org/libs/bimap for documentation.
 
 // Convenience header
 

Modified: trunk/boost/circular_buffer.hpp
==============================================================================
--- trunk/boost/circular_buffer.hpp (original)
+++ trunk/boost/circular_buffer.hpp 2007-11-17 15:13:16 EST (Sat, 17 Nov 2007)
@@ -6,6 +6,8 @@
 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
+// See www.boost.org/libs/circular_buffer for documentation.
+
 #if !defined(BOOST_CIRCULAR_BUFFER_HPP)
 #define BOOST_CIRCULAR_BUFFER_HPP
 

Modified: trunk/boost/circular_buffer_fwd.hpp
==============================================================================
--- trunk/boost/circular_buffer_fwd.hpp (original)
+++ trunk/boost/circular_buffer_fwd.hpp 2007-11-17 15:13:16 EST (Sat, 17 Nov 2007)
@@ -6,6 +6,8 @@
 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
+// See www.boost.org/libs/circular_buffer for documentation.
+
 #if !defined(BOOST_CIRCULAR_BUFFER_FWD_HPP)
 #define BOOST_CIRCULAR_BUFFER_FWD_HPP
 

Modified: trunk/boost/date_time.hpp
==============================================================================
--- trunk/boost/date_time.hpp (original)
+++ trunk/boost/date_time.hpp 2007-11-17 15:13:16 EST (Sat, 17 Nov 2007)
@@ -8,6 +8,8 @@
  * Author: Jeff Garland
  * $Date$
  */
+
+ // See www.boost.org/libs/date_time for documentation.
 
 //gregorian and posix time included by indirectly
 #include "boost/date_time/local_time/local_time.hpp"

Modified: trunk/boost/iterator_adaptors.hpp
==============================================================================
--- trunk/boost/iterator_adaptors.hpp (original)
+++ trunk/boost/iterator_adaptors.hpp 2007-11-17 15:13:16 EST (Sat, 17 Nov 2007)
@@ -1,6 +1,9 @@
 // Copyright David Abrahams 2004. 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)
+
+// See www.boost.org/libs/iterator for documentation.
+
 #ifndef ITERATOR_ADAPTORS_DWA2004725_HPP
 # define ITERATOR_ADAPTORS_DWA2004725_HPP
 

Modified: trunk/boost/lexical_cast.hpp
==============================================================================
--- trunk/boost/lexical_cast.hpp (original)
+++ trunk/boost/lexical_cast.hpp 2007-11-17 15:13:16 EST (Sat, 17 Nov 2007)
@@ -3,7 +3,7 @@
 
 // Boost lexical_cast.hpp header -------------------------------------------//
 //
-// See http://www.boost.org/ for most recent version including documentation.
+// See http://www.boost.org/libs/converston for documentation.
 // See end of this header for rights and permissions.
 //
 // what: lexical_cast custom keyword cast

Modified: trunk/boost/mpi.hpp
==============================================================================
--- trunk/boost/mpi.hpp (original)
+++ trunk/boost/mpi.hpp 2007-11-17 15:13:16 EST (Sat, 17 Nov 2007)
@@ -6,6 +6,8 @@
 
 // Message Passing Interface
 
+// See www.boost.org/libs/mpi for documentation.
+
 /** @file mpi.hpp
  *
  * This file is a top-level convenience header that includes all of

Modified: trunk/boost/none.hpp
==============================================================================
--- trunk/boost/none.hpp (original)
+++ trunk/boost/none.hpp 2007-11-17 15:13:16 EST (Sat, 17 Nov 2007)
@@ -4,7 +4,7 @@
 // (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 //
-// See http://www.boost.org/lib/optional/ for documentation.
+// See http://www.boost.org/libs/optional for documentation.
 //
 // You are welcome to contact the author at:
 // fernando_cacciola_at_[hidden]

Modified: trunk/boost/none_t.hpp
==============================================================================
--- trunk/boost/none_t.hpp (original)
+++ trunk/boost/none_t.hpp 2007-11-17 15:13:16 EST (Sat, 17 Nov 2007)
@@ -4,7 +4,7 @@
 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 //
-// See http://www.boost.org/lib/optional for documentation.
+// See http://www.boost.org/libs/optional for documentation.
 //
 // You are welcome to contact the author at:
 // fernando_cacciola_at_[hidden]

Modified: trunk/boost/optional.hpp
==============================================================================
--- trunk/boost/optional.hpp (original)
+++ trunk/boost/optional.hpp 2007-11-17 15:13:16 EST (Sat, 17 Nov 2007)
@@ -4,7 +4,7 @@
 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 //
-// See http://www.boost.org/lib/optional for documentation.
+// See http://www.boost.org/libs/optional for documentation.
 //
 // You are welcome to contact the author at:
 // fernando_cacciola_at_[hidden]

Modified: trunk/boost/parameter.hpp
==============================================================================
--- trunk/boost/parameter.hpp (original)
+++ trunk/boost/parameter.hpp 2007-11-17 15:13:16 EST (Sat, 17 Nov 2007)
@@ -3,6 +3,8 @@
 // (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
+// See www.boost.org/libs/parameter for documentation.
+
 #ifndef BOOST_PARAMETER_050401_HPP
 #define BOOST_PARAMETER_050401_HPP
 

Modified: trunk/boost/program_options.hpp
==============================================================================
--- trunk/boost/program_options.hpp (original)
+++ trunk/boost/program_options.hpp 2007-11-17 15:13:16 EST (Sat, 17 Nov 2007)
@@ -3,6 +3,8 @@
 // accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
+// See www.boost.org/libs/program_options for documentation.
+
 #ifndef PROGRAM_OPTIONS_VP_2003_05_19
 #define PROGRAM_OPTIONS_VP_2003_05_19
 

Modified: trunk/boost/spirit.hpp
==============================================================================
--- trunk/boost/spirit.hpp (original)
+++ trunk/boost/spirit.hpp 2007-11-17 15:13:16 EST (Sat, 17 Nov 2007)
@@ -11,6 +11,7 @@
     Copyright (c) 2003 Vaclav Vesely
     Copyright (c) 2003 Jonathan de Halleux
     http://spirit.sourceforge.net/
+ http://www.boost.org/libs/spirit
 
     Use, modification and distribution is subject to the Boost Software
     License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at

Modified: trunk/boost/thread.hpp
==============================================================================
--- trunk/boost/thread.hpp (original)
+++ trunk/boost/thread.hpp 2007-11-17 15:13:16 EST (Sat, 17 Nov 2007)
@@ -4,6 +4,8 @@
 // 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)
 
+// See www.boost.org/libs/thread for documentation.
+
 #if !defined(BOOST_THREAD_WEK01082003_HPP)
 #define BOOST_THREAD_WEK01082003_HPP
 

Modified: trunk/boost/variant.hpp
==============================================================================
--- trunk/boost/variant.hpp (original)
+++ trunk/boost/variant.hpp 2007-11-17 15:13:16 EST (Sat, 17 Nov 2007)
@@ -1,6 +1,6 @@
 //-----------------------------------------------------------------------------
 // boost variant.hpp header file
-// See http://www.boost.org for updates, documentation, and revision history.
+// See http://www.boost.org/libs/variant for documentation.
 //-----------------------------------------------------------------------------
 //
 // Copyright (c) 2003


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