docs: Fix links to sigc::slot and sigc::signal
[libsigcplusplus.mirror.git] / sigc++ / adaptors / compose.h
index 3fadceb..10f948c 100644 (file)
@@ -39,7 +39,7 @@ namespace sigc
  * @endcode
  *
  * The functor sigc::compose() returns can be passed directly into
- * sigc::signal::connect().
+ * @ref sigc::signal_with_accumulator::connect() "sigc::signal::connect()".
  *
  * @par Example:
  * @code