summaryrefslogtreecommitdiff
path: root/sigc++/adaptors/exception_catch.h
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2021-12-29 15:17:12 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2021-12-29 15:17:12 +0100
commitd256006bab41a0c30b6955df8f35efaecd64ef26 (patch)
tree3a50350f2bd0e035767e2bdc8691869ea5f65576 /sigc++/adaptors/exception_catch.h
parent46ed1289e98d562ae85fc3a60a246ea2ef5e9e9d (diff)
downloadsigc++-d256006bab41a0c30b6955df8f35efaecd64ef26.tar.gz
docs: Fix links to sigc::slot and sigc::signal
Doxygen creates links to sigc::slot and sigc::signal only if template parameters are included in the documentation. sigc::slot<T_return(T_arg...)>, sigc::signal<T_return(T_arg...)>.
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