[libsigcplusplus/libsigc++-2-10] docs: mem_fun: Improve the simple description.



commit e3bc525533c90c1cf88f86530eea92683419390f
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Apr 1 12:01:31 2016 +0200

    docs: mem_fun: Improve the simple description.

 sigc++/functors/macros/mem_fun.h.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sigc++/functors/macros/mem_fun.h.m4 b/sigc++/functors/macros/mem_fun.h.m4
index 597496b..2824c35 100644
--- a/sigc++/functors/macros/mem_fun.h.m4
+++ b/sigc++/functors/macros/mem_fun.h.m4
@@ -213,7 +213,7 @@ _FIREWALL([FUNCTORS_MEM_FUN])
 namespace sigc {
 
 /** @defgroup mem_fun mem_fun()
- * mem_fun() is used to convert a pointer to a method to a functor.
+ * mem_fun() Creates a functor from a pointer to a method.
  *
  * Optionally, a reference or pointer to an object can be bound to the functor.
  *


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