[libsigc++2] Suppress erroneous links in documentation.



commit e6c7220c8f2bc3d23dcfe086acc8cc9e9493c428
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Wed Mar 20 13:36:05 2013 +0100

    Suppress erroneous links in documentation.
    
    * sigc++/adaptors/lambda/macros/base.h.m4:
    * sigc++/adaptors/lambda/macros/group.h.m4:
    * sigc++/adaptors/lambda/macros/select.h.m4: Doxygen links std::bind to
    sigc::bind. Suppress these links. No link is better than the wrong link.

 ChangeLog                                 |    9 +++++++++
 sigc++/adaptors/lambda/macros/base.h.m4   |    2 +-
 sigc++/adaptors/lambda/macros/group.h.m4  |    8 ++++----
 sigc++/adaptors/lambda/macros/select.h.m4 |    2 +-
 4 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4a293b8..581d665 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-03-20  Kjell Ahlstedt  <kjell ahlstedt bredband net>
+
+       Suppress erroneous links in documentation.
+
+       * sigc++/adaptors/lambda/macros/base.h.m4:
+       * sigc++/adaptors/lambda/macros/group.h.m4:
+       * sigc++/adaptors/lambda/macros/select.h.m4: Doxygen links std::bind to
+       sigc::bind. Suppress these links. No link is better than the wrong link.
+
 2013-03-19  Kjell Ahlstedt  <kjell ahlstedt bredband net>
 
        Deprecate libsigc++ lambdas, sigc::group(), sigc::var().
diff --git a/sigc++/adaptors/lambda/macros/base.h.m4 b/sigc++/adaptors/lambda/macros/base.h.m4
index 16ced03..9973ee1 100644
--- a/sigc++/adaptors/lambda/macros/base.h.m4
+++ b/sigc++/adaptors/lambda/macros/base.h.m4
@@ -90,7 +90,7 @@ namespace sigc {
  * [[]] (int x, int y) -> int { return x * y; }(7,10); // returns (7 * 10)
  * @endcode
  *
- * @deprecated Use C++11 lambda expressions or std::bind() instead.
+ * @deprecated Use C++11 lambda expressions or %std::bind() instead.
  */
 
 /** A hint to the compiler.
diff --git a/sigc++/adaptors/lambda/macros/group.h.m4 b/sigc++/adaptors/lambda/macros/group.h.m4
index 868f0ce..65e54be 100644
--- a/sigc++/adaptors/lambda/macros/group.h.m4
+++ b/sigc++/adaptors/lambda/macros/group.h.m4
@@ -22,7 +22,7 @@ dnl  How to call the darn thing!
 define([LAMBDA_GROUP_FACTORY],[dnl
 /** Alters an arbitrary functor by rebuilding its arguments from $1 lambda expressions.
  *
- * @deprecated Use C++11 lambda expressions or std::bind() instead.
+ * @deprecated Use C++11 lambda expressions or %std::bind() instead.
  *
  * @ingroup lambdas
  */
@@ -67,7 +67,7 @@ define([LAMBDA_GROUP],[dnl
 /** lambda_group$1 wraps a functor and rebuilds its arguments from $1 lambda expressions.
  * Use the convenience function group() to create an instance of lambda_group$1.
  *
- * @deprecated Use C++11 lambda expressions or std::bind() instead.
+ * @deprecated Use C++11 lambda expressions or %std::bind() instead.
  *
  * @ingroup lambdas
  */
@@ -129,7 +129,7 @@ _DEPRECATE_IFDEF_START
  * arguments passed into the new functor. Arguments that don't have a placeholder in one
  * of the lambda expressions are dropped.
  *
- * If you have a C++11 compiler, a C++11 lambda expression and/or std::bind() is
+ * If you have a C++11 compiler, a C++11 lambda expression and/or %std::bind() is
  * often a good alternative to sigc::group(). Such alternatives are shown in the
  * following examples, marked with the comment <tt>//C++11</tt>.
  *
@@ -201,7 +201,7 @@ _DEPRECATE_IFDEF_START
  *   // disconnected automatically if some_bar goes out of scope
  * @endcode
  *
- * @deprecated Use C++11 lambda expressions or std::bind() instead.
+ * @deprecated Use C++11 lambda expressions or %std::bind() instead.
  *
  * @ingroup adaptors lambdas
  */
diff --git a/sigc++/adaptors/lambda/macros/select.h.m4 b/sigc++/adaptors/lambda/macros/select.h.m4
index 7fa3993..ab295da 100644
--- a/sigc++/adaptors/lambda/macros/select.h.m4
+++ b/sigc++/adaptors/lambda/macros/select.h.m4
@@ -47,7 +47,7 @@ FOR($1, $2,[[LAMBDA_SELECT_DO($1,%1)]])dnl
 define([LAMBDA_SELECTOR],[dnl
 /** Lambda selector.
  *
- * @deprecated Use C++11 lambda expressions or std::bind() instead of libsigc++ lambdas and sigc::group().
+ * @deprecated Use C++11 lambda expressions or %std::bind() instead of libsigc++ lambdas and sigc::group().
  *
  * @ingroup lambdas
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]