From 89064ecf51f5f38120b7d5e16f4c11ff8b075deb Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Thu, 22 Oct 2009 07:10:26 +0000 Subject: [PATCH] documentation update [SVN r57058] --- doc/BOOST_THROW_EXCEPTION.html | 8 +------- doc/boost_throw_exception_hpp.html | 9 +-------- doc/throw_exception.html | 12 +----------- 3 files changed, 3 insertions(+), 26 deletions(-) diff --git a/doc/BOOST_THROW_EXCEPTION.html b/doc/BOOST_THROW_EXCEPTION.html index 9647705..89395fb 100644 --- a/doc/BOOST_THROW_EXCEPTION.html +++ b/doc/BOOST_THROW_EXCEPTION.html @@ -35,18 +35,12 @@ #endif

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.


-

See Also:

- +See also: Boost Exception | boost/throw_exception.hpp | Frequently Asked Questions

-

See Also:

- +See also: BOOST_THROW_EXCEPTION | Configuration Macros | Synopsis | throw_exception

-

See Also:

- +See also: BOOST_THROW_EXCEPTION | Boost Exception | boost/throw_exception.hpp | Configuration Macros | enable_current_exception | Frequently Asked Questions | Transporting of Exceptions Between Threads