X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fmembind.hh;h=49bcca05a4fc230ec3f370d91ec5cebc882f3963;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=b77c3bd8fd2dcef18d1f1372edf59d4f1c443059;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Utils/membind.hh b/senf/Utils/membind.hh index b77c3bd..49bcca0 100644 --- a/senf/Utils/membind.hh +++ b/senf/Utils/membind.hh @@ -55,7 +55,7 @@ #include #include -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// /** \brief Get function pointer @@ -124,9 +124,9 @@ Foo() { // Get bound member function for second overload - SENF_MEMBINDFNP(int, Foo, foo, () const) + SENF_MEMBINDFNP(int, Foo, foo, () const) } - + }; \endcode @@ -159,7 +159,7 @@ namespace senf { #ifdef DOXYGEN /// \addtogroup membind - /// @{ + //\{ /** \brief Build bound member function object @@ -174,13 +174,13 @@ namespace senf { template boost::function membind(R (T::* fn)( Args ), T * ob); - /// @} + //\} #endif } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "membind.cci" //#include "membind.ct" //#include "membind.cti"