summaryrefslogtreecommitdiff
path: root/sigc++/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigc++/signal.h')
-rw-r--r--sigc++/signal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigc++/signal.h b/sigc++/signal.h
index c1b0f33..b8e0f26 100644
--- a/sigc++/signal.h
+++ b/sigc++/signal.h
@@ -543,8 +543,8 @@ class signal<T_return(T_arg...)> : public signal_with_accumulator<T_return, void
public:
using accumulator_type = void;
- /** Like sigc::signal but the additional template parameter @e T_accumulator
- * defines the accumulator type that should be used.
+ /** Like @ref sigc::signal<T_return(T_arg...)> "sigc::signal" but the additional
+ * template parameter @e T_accumulator defines the accumulator type that should be used.
*
* An accumulator is a functor that uses a pair of special iterators
* to step through a list of slots and calculate a return value