From 2649e88c52c4b79a01f6fadcbb3fd0e2fd452eab Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Thu, 2 Apr 2009 05:00:47 +0000 Subject: [PATCH] documentation copyright message update [SVN r52125] --- doc/BOOST_THROW_EXCEPTION.html | 6 +++--- doc/boost-exception.html | 6 +++--- doc/configuration_macros.html | 6 +++--- doc/copy_exception.html | 6 +++--- doc/current_exception.html | 6 +++--- doc/diagnostic_information.html | 6 +++--- doc/enable_current_exception.html | 6 +++--- doc/enable_error_info.html | 6 +++--- doc/error_info.html | 6 +++--- doc/error_info_error_info.html | 6 +++--- doc/error_info_value.html | 6 +++--- doc/error_info_value_type.html | 6 +++--- doc/exception.html | 6 +++--- doc/exception_cloning_hpp.html | 6 +++--- doc/exception_constructors.html | 6 +++--- doc/exception_destructor.html | 6 +++--- doc/exception_diagnostic_information_hpp.html | 6 +++--- doc/exception_enable_current_exception_hpp.html | 6 +++--- doc/exception_enable_error_info_hpp.html | 6 +++--- doc/exception_error_info_group_hpp.html | 6 +++--- doc/exception_error_info_hpp.html | 6 +++--- doc/exception_error_info_value_hpp.html | 6 +++--- doc/exception_exception_hpp.html | 6 +++--- doc/exception_get_error_info_hpp.html | 6 +++--- doc/exception_hpp.html | 6 +++--- doc/exception_operator_shl.html | 6 +++--- doc/exception_ptr.html | 6 +++--- doc/exception_types_as_simple_semantic_tags.html | 6 +++--- doc/frequently_asked_questions.html | 6 +++--- doc/get_error_info.html | 6 +++--- doc/motivation.html | 6 +++--- doc/name_idx.html | 6 +++--- doc/rethrow_exception.html | 6 +++--- doc/source/html_prefix.txt | 2 +- doc/source/html_suffix.txt | 4 ++-- doc/throw_exception.html | 6 +++--- doc/throw_exception_hpp.html | 6 +++--- doc/tuple_operator_shl.html | 6 +++--- doc/tutorial_diagnostic_information.html | 6 +++--- doc/tutorial_enable_error_info.html | 6 +++--- doc/tutorial_exception_ptr.html | 6 +++--- doc/tutorial_transporting_data.html | 6 +++--- doc/unknown_exception.html | 6 +++--- doc/using_virtual_inheritance_in_exception_types.html | 6 +++--- 44 files changed, 129 insertions(+), 129 deletions(-) diff --git a/doc/BOOST_THROW_EXCEPTION.html b/doc/BOOST_THROW_EXCEPTION.html index 6df9a59..d56d97e 100644 --- a/doc/BOOST_THROW_EXCEPTION.html +++ b/doc/BOOST_THROW_EXCEPTION.html @@ -16,7 +16,7 @@

Boost Exception

- +

BOOST_THROW_EXCEPTION

@@ -38,7 +38,7 @@ boost/throw_exception.hpp
Frequently Asked Questions
- + diff --git a/doc/boost-exception.html b/doc/boost-exception.html index c5decdf..6a606c8 100644 --- a/doc/boost-exception.html +++ b/doc/boost-exception.html @@ -16,7 +16,7 @@

Boost Exception

- +

Introduction

@@ -479,7 +479,7 @@ boost

This macro takes an exception object, records BOOST_CURRENT_FUNCTION, __FILE__ and __LINE__ in it, and forwards it to throw_exception. To recover this information at the catch site, use get_error_info; the information is also included in the message returned by diagnostic_information.

Acknowledgements

Peter Dimov has been continuously influencing the design and evolution of Boost Exception. Also thanks to Tobias Schwinger, Tom Brinkman, Pavel Vozenilek and everyone who participated in the review process.

- + diff --git a/doc/configuration_macros.html b/doc/configuration_macros.html index dee3ebb..f38828b 100644 --- a/doc/configuration_macros.html +++ b/doc/configuration_macros.html @@ -16,7 +16,7 @@

Boost Exception

- +

Configuration Macros

@@ -34,7 +34,7 @@ get_error_info
- + diff --git a/doc/copy_exception.html b/doc/copy_exception.html index d2a5bbe..aa53f1d 100644 --- a/doc/copy_exception.html +++ b/doc/copy_exception.html @@ -16,7 +16,7 @@

Boost Exception

- +

copy_exception

@@ -44,7 +44,7 @@ catch(...) boost/exception_ptr.hpp
- + diff --git a/doc/current_exception.html b/doc/current_exception.html index 6b7e75c..fafa93b 100644 --- a/doc/current_exception.html +++ b/doc/current_exception.html @@ -16,7 +16,7 @@

Boost Exception

- +

current_exception

@@ -49,7 +49,7 @@ boost unknown_exception
- + diff --git a/doc/diagnostic_information.html b/doc/diagnostic_information.html index ece194a..a24efbf 100644 --- a/doc/diagnostic_information.html +++ b/doc/diagnostic_information.html @@ -16,7 +16,7 @@

Boost Exception

- +

diagnostic_information

@@ -60,7 +60,7 @@ std::exception::what: example_io error Motivation
- + diff --git a/doc/enable_current_exception.html b/doc/enable_current_exception.html index fcc386f..959a1ab 100644 --- a/doc/enable_current_exception.html +++ b/doc/enable_current_exception.html @@ -16,7 +16,7 @@

Boost Exception

- +

enable_current_exception

@@ -57,7 +57,7 @@ throw boost::enab throw_exception
- + diff --git a/doc/enable_error_info.html b/doc/enable_error_info.html index 6e3db42..6186e82 100644 --- a/doc/enable_error_info.html +++ b/doc/enable_error_info.html @@ -16,7 +16,7 @@

Boost Exception

- +

enable_error_info

@@ -46,7 +46,7 @@ boost throw_exception
- + diff --git a/doc/error_info.html b/doc/error_info.html index a03bc88..e26c82d 100644 --- a/doc/error_info.html +++ b/doc/error_info.html @@ -16,7 +16,7 @@

Boost Exception

- +

error_info

@@ -78,7 +78,7 @@ typedef boost::error_infotuple/operator<<
- + diff --git a/doc/error_info_error_info.html b/doc/error_info_error_info.html index a866e05..3b2dab0 100644 --- a/doc/error_info_error_info.html +++ b/doc/error_info_error_info.html @@ -16,7 +16,7 @@

Boost Exception

- +

error_info::error_info

@@ -32,7 +32,7 @@
- + diff --git a/doc/error_info_value.html b/doc/error_info_value.html index 195d056..3ec9b2b 100644 --- a/doc/error_info_value.html +++ b/doc/error_info_value.html @@ -16,7 +16,7 @@

Boost Exception

- +

error_info::value

@@ -33,7 +33,7 @@ error_info
- + diff --git a/doc/error_info_value_type.html b/doc/error_info_value_type.html index 37ef708..b3c47f9 100644 --- a/doc/error_info_value_type.html +++ b/doc/error_info_value_type.html @@ -16,7 +16,7 @@

Boost Exception

- +

error_info::value_type

@@ -32,7 +32,7 @@ error_info::value
- + diff --git a/doc/exception.html b/doc/exception.html index 62b371c..57aa715 100644 --- a/doc/exception.html +++ b/doc/exception.html @@ -16,7 +16,7 @@

Boost Exception

- +
- + diff --git a/doc/exception_cloning_hpp.html b/doc/exception_cloning_hpp.html index d0b2ee3..9c7fe27 100644 --- a/doc/exception_cloning_hpp.html +++ b/doc/exception_cloning_hpp.html @@ -16,7 +16,7 @@

Boost Exception

- +

boost/exception_ptr.hpp

@@ -55,7 +55,7 @@ boost unknown_exception
- + diff --git a/doc/exception_constructors.html b/doc/exception_constructors.html index 6d502e6..6410564 100644 --- a/doc/exception_constructors.html +++ b/doc/exception_constructors.html @@ -16,7 +16,7 @@

Boost Exception

- +

exception::exception

@@ -34,7 +34,7 @@
- + diff --git a/doc/exception_destructor.html b/doc/exception_destructor.html index 4829dc5..9b8d36b 100644 --- a/doc/exception_destructor.html +++ b/doc/exception_destructor.html @@ -16,7 +16,7 @@

Boost Exception

- +

exception::~exception

@@ -31,7 +31,7 @@
- + diff --git a/doc/exception_diagnostic_information_hpp.html b/doc/exception_diagnostic_information_hpp.html index 277ac86..06d6f9f 100644 --- a/doc/exception_diagnostic_information_hpp.html +++ b/doc/exception_diagnostic_information_hpp.html @@ -16,7 +16,7 @@

Boost Exception

- +

boost/exception/diagnostic_information.hpp

@@ -37,7 +37,7 @@ boost diagnostic_information
- + diff --git a/doc/exception_enable_current_exception_hpp.html b/doc/exception_enable_current_exception_hpp.html index 2872c79..30e5bd3 100644 --- a/doc/exception_enable_current_exception_hpp.html +++ b/doc/exception_enable_current_exception_hpp.html @@ -16,7 +16,7 @@

Boost Exception

- +

boost/exception/enable_current_exception.hpp

@@ -36,7 +36,7 @@ boost enable_current_exception
- + diff --git a/doc/exception_enable_error_info_hpp.html b/doc/exception_enable_error_info_hpp.html index c9a8e24..80f998c 100644 --- a/doc/exception_enable_error_info_hpp.html +++ b/doc/exception_enable_error_info_hpp.html @@ -16,7 +16,7 @@

Boost Exception

- +

boost/exception/enable_error_info.hpp

@@ -36,7 +36,7 @@ boost enable_error_info
- + diff --git a/doc/exception_error_info_group_hpp.html b/doc/exception_error_info_group_hpp.html index 95db072..2b587d8 100644 --- a/doc/exception_error_info_group_hpp.html +++ b/doc/exception_error_info_group_hpp.html @@ -16,7 +16,7 @@

Boost Exception

- +

boost/exception/info_tuple.hpp

@@ -41,7 +41,7 @@ boost tuple/operator<<
- + diff --git a/doc/exception_error_info_hpp.html b/doc/exception_error_info_hpp.html index 7b92a3f..1277c5a 100644 --- a/doc/exception_error_info_hpp.html +++ b/doc/exception_error_info_hpp.html @@ -16,7 +16,7 @@

Boost Exception

- +

boost/exception/info.hpp

@@ -55,7 +55,7 @@ boost exception/operator<<
- + diff --git a/doc/exception_error_info_value_hpp.html b/doc/exception_error_info_value_hpp.html index 54bcbc7..f91e244 100644 --- a/doc/exception_error_info_value_hpp.html +++ b/doc/exception_error_info_value_hpp.html @@ -16,7 +16,7 @@

Boost Exception

- +

boost/exception/error_info.hpp

@@ -35,7 +35,7 @@ boost error_info
- + diff --git a/doc/exception_exception_hpp.html b/doc/exception_exception_hpp.html index 950482f..0c60895 100644 --- a/doc/exception_exception_hpp.html +++ b/doc/exception_exception_hpp.html @@ -16,7 +16,7 @@

Boost Exception

- +

boost/exception/exception.hpp

@@ -54,7 +54,7 @@ boost exception
- + diff --git a/doc/exception_get_error_info_hpp.html b/doc/exception_get_error_info_hpp.html index 09845b7..dcb39d8 100644 --- a/doc/exception_get_error_info_hpp.html +++ b/doc/exception_get_error_info_hpp.html @@ -16,7 +16,7 @@

Boost Exception

- +

boost/exception/get_error_info.hpp

@@ -38,7 +38,7 @@ boost get_error_info
- + diff --git a/doc/exception_hpp.html b/doc/exception_hpp.html index f460335..05cb8b2 100644 --- a/doc/exception_hpp.html +++ b/doc/exception_hpp.html @@ -16,7 +16,7 @@

Boost Exception

- + - + diff --git a/doc/exception_operator_shl.html b/doc/exception_operator_shl.html index 3397961..f7fd0a1 100644 --- a/doc/exception_operator_shl.html +++ b/doc/exception_operator_shl.html @@ -16,7 +16,7 @@

Boost Exception

- +

exception/operator<<

@@ -51,7 +51,7 @@ boost Motivation
- + diff --git a/doc/exception_ptr.html b/doc/exception_ptr.html index f10f21b..c7de1f6 100644 --- a/doc/exception_ptr.html +++ b/doc/exception_ptr.html @@ -16,7 +16,7 @@

Boost Exception

- +

exception_ptr

@@ -47,7 +47,7 @@ boost unknown_exception
- + diff --git a/doc/exception_types_as_simple_semantic_tags.html b/doc/exception_types_as_simple_semantic_tags.html index 606ce6e..0eece5e 100644 --- a/doc/exception_types_as_simple_semantic_tags.html +++ b/doc/exception_types_as_simple_semantic_tags.html @@ -16,7 +16,7 @@

Boost Exception

- +

Exception Types As Simple Semantic Tags

@@ -36,7 +36,7 @@ struct file_read_error: virtual file_error, virtual read_error { }; Using Virtual Inheritance in Exception Types
- + diff --git a/doc/frequently_asked_questions.html b/doc/frequently_asked_questions.html index 5df819c..b340ffb 100644 --- a/doc/frequently_asked_questions.html +++ b/doc/frequently_asked_questions.html @@ -16,7 +16,7 @@

Boost Exception

- +

Frequently Asked Questions

@@ -81,7 +81,7 @@ std::exception::what: example_io error Motivation
- + diff --git a/doc/get_error_info.html b/doc/get_error_info.html index 4ebd310..34f9ba2 100644 --- a/doc/get_error_info.html +++ b/doc/get_error_info.html @@ -16,7 +16,7 @@

Boost Exception

- +

get_error_info

@@ -52,7 +52,7 @@ boost Motivation
- + diff --git a/doc/motivation.html b/doc/motivation.html index d73c1dd..c90e4f3 100644 --- a/doc/motivation.html +++ b/doc/motivation.html @@ -16,7 +16,7 @@

Boost Exception

- + - + diff --git a/doc/name_idx.html b/doc/name_idx.html index 33f58f9..0a3e24c 100644 --- a/doc/name_idx.html +++ b/doc/name_idx.html @@ -16,7 +16,7 @@

Boost Exception

- +

Index

@@ -79,7 +79,7 @@

u

unknown_exception

- + diff --git a/doc/rethrow_exception.html b/doc/rethrow_exception.html index d53b239..8c23c43 100644 --- a/doc/rethrow_exception.html +++ b/doc/rethrow_exception.html @@ -16,7 +16,7 @@

Boost Exception

- +

rethrow_exception

@@ -38,7 +38,7 @@ boost exception_ptr
- + diff --git a/doc/source/html_prefix.txt b/doc/source/html_prefix.txt index 42180a4..adfe8f7 100644 --- a/doc/source/html_prefix.txt +++ b/doc/source/html_prefix.txt @@ -16,6 +16,6 @@

Boost Exception

- + diff --git a/doc/source/html_suffix.txt b/doc/source/html_suffix.txt index 36858fb..6c6c2c3 100644 --- a/doc/source/html_suffix.txt +++ b/doc/source/html_suffix.txt @@ -1,4 +1,4 @@ - + diff --git a/doc/throw_exception.html b/doc/throw_exception.html index 4d3b9c2..70236df 100644 --- a/doc/throw_exception.html +++ b/doc/throw_exception.html @@ -16,7 +16,7 @@

Boost Exception

- +

throw_exception

@@ -49,7 +49,7 @@ boost Transporting of Exceptions Between Threads
- + diff --git a/doc/throw_exception_hpp.html b/doc/throw_exception_hpp.html index 84b5461..57c5cf6 100644 --- a/doc/throw_exception_hpp.html +++ b/doc/throw_exception_hpp.html @@ -16,7 +16,7 @@

Boost Exception

- +

boost/throw_exception.hpp

@@ -52,7 +52,7 @@ boost throw_exception
- + diff --git a/doc/tuple_operator_shl.html b/doc/tuple_operator_shl.html index b9e3cfa..dd3fec9 100644 --- a/doc/tuple_operator_shl.html +++ b/doc/tuple_operator_shl.html @@ -16,7 +16,7 @@

Boost Exception

- +

tuple/operator<<

@@ -46,7 +46,7 @@ boost boost/exception/info_tuple.hpp
- + diff --git a/doc/tutorial_diagnostic_information.html b/doc/tutorial_diagnostic_information.html index 337c6f5..ef0feb0 100644 --- a/doc/tutorial_diagnostic_information.html +++ b/doc/tutorial_diagnostic_information.html @@ -16,7 +16,7 @@

Boost Exception

- +

Diagnostic Information

@@ -59,7 +59,7 @@ std::exception::what: example_io error
- + diff --git a/doc/tutorial_enable_error_info.html b/doc/tutorial_enable_error_info.html index 78e63e2..2c76c38 100644 --- a/doc/tutorial_enable_error_info.html +++ b/doc/tutorial_enable_error_info.html @@ -16,7 +16,7 @@

Boost Exception

- +

Integrating Boost Exception in Existing Exception Class Hierarchies

@@ -56,7 +56,7 @@ my_container Motivation
- + diff --git a/doc/tutorial_exception_ptr.html b/doc/tutorial_exception_ptr.html index 18145d5..697cac2 100644 --- a/doc/tutorial_exception_ptr.html +++ b/doc/tutorial_exception_ptr.html @@ -16,7 +16,7 @@

Boost Exception

- +

Transporting of Exceptions Between Threads

@@ -88,7 +88,7 @@ work()
- + diff --git a/doc/tutorial_transporting_data.html b/doc/tutorial_transporting_data.html index 92e2ea3..96931ff 100644 --- a/doc/tutorial_transporting_data.html +++ b/doc/tutorial_transporting_data.html @@ -16,7 +16,7 @@

Boost Exception

- +

Transporting of Arbitrary Data to the Catch Site

@@ -151,7 +151,7 @@ file_open( char const * name, char const * mode ) Integrating Boost Exception in Existing Exception Class Hierarchies
- + diff --git a/doc/unknown_exception.html b/doc/unknown_exception.html index 5e17d64..f9685da 100644 --- a/doc/unknown_exception.html +++ b/doc/unknown_exception.html @@ -16,7 +16,7 @@

Boost Exception

- +

unknown_exception

@@ -42,7 +42,7 @@ boost enable_current_exception
- + diff --git a/doc/using_virtual_inheritance_in_exception_types.html b/doc/using_virtual_inheritance_in_exception_types.html index a846220..7f268ff 100644 --- a/doc/using_virtual_inheritance_in_exception_types.html +++ b/doc/using_virtual_inheritance_in_exception_types.html @@ -16,7 +16,7 @@

Boost Exception

- +

Using Virtual Inheritance in Exception Types

@@ -41,7 +41,7 @@ main()
- +