summaryrefslogtreecommitdiff
path: root/sigc++/adaptors/exception_catch.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigc++/adaptors/exception_catch.h')
-rw-r--r--sigc++/adaptors/exception_catch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigc++/adaptors/exception_catch.h b/sigc++/adaptors/exception_catch.h
index a7ccf9a..f1dae2e 100644
--- a/sigc++/adaptors/exception_catch.h
+++ b/sigc++/adaptors/exception_catch.h
@@ -62,7 +62,7 @@ namespace sigc
* @endcode
*
* The functor sigc::exception_catch() returns can be directly passed into
- * sigc::signal::connect().
+ * @ref sigc::signal_with_accumulator::connect() "sigc::signal::connect()".
*
* @par Example:
* @code