aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2002-04-02 02:07:22 +0000
committerPhil Edwards <pme@gcc.gnu.org>2002-04-02 02:07:22 +0000
commite9ad530034847d36abba95e01431f587f289f62f (patch)
treeebb016f14c2486b31257b6dfef4e84895d124eab /libstdc++-v3/libsupc++
parenta517dafb567b63e833493b782412984444d7bf7e (diff)
2002-04-01 Phil Edwards <pme@gcc.gnu.org>
* libsupc++/exception (__verbose_terminate_handler): Point to docs. * docs/doxygen/doxygroups.cc: Doxygen hooks for abi::__cxa_demangle. * docs/html/18_support/howto.html: Document the demangler. * docs/html/17_intro/howto.html: And link to it. * docs/doxygen/mainpage.html: Describe user-vs-maintainer docs. * docs/doxygen/run_doxygen: Print user-vs-maintainer. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@51730 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/libsupc++')
-rw-r--r--libstdc++-v3/libsupc++/exception4
1 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/libsupc++/exception b/libstdc++-v3/libsupc++/exception
index 45b98f26eb3..b26cb6d887f 100644
--- a/libstdc++-v3/libsupc++/exception
+++ b/libstdc++-v3/libsupc++/exception
@@ -105,7 +105,9 @@ namespace __gnu_cxx
@code
std::set_terminate (__gnu_cxx::__verbose_terminate_handler)
@endcode
- to use. */
+ to use. For more info, see
+ http://gcc.gnu.org/onlinedocs/libstdc++/19_diagnostics/howto.html#4
+ */
void __verbose_terminate_handler ();
} // namespace __gnu_cxx