Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / parameter.hh
index 37287fb..64e07fd 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2008 
+// Copyright (C) 2008
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 // Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
@@ -24,9 +24,9 @@
     \brief parameter public header */
 
 /** \defgroup boost_parameter Boost.Parameter utilities
-   
+
     Here we define some utilities for the <a
-    href="http://www.boost.org/doc/libs/1_33_1/libs/parameter/doc/html/index.html">Boost.Parameter</a>
+    href="http://www.boost.org/doc/libs/release/libs/parameter/doc/html/index.html">Boost.Parameter</a>
     library.
  */
 
 #include <boost/mpl/not.hpp>
 
 //#include "parameter.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
     ///\addtogroup boost_parameter
-    ///\{
+    //\{
 
     /** \brief Test \a ArgumentPack, whether the \a TagType argument was supplied
-        
+
         This check will test, whether the argument identified by the \a TagType keyword tag type was
         specified in the \a ArgumentPack. This inherits from \c boost::mpl::true_ or \c
         boost::mpl::false_ accordingly.
@@ -57,15 +57,15 @@ namespace senf {
      */
     template <class ArgumentPack, class TagType>
     struct has_parameter
-        : public boost::mpl::not_< 
+        : public boost::mpl::not_<
               boost::is_same< typename boost::parameter::binding< ArgumentPack, TagType, void>::type,
                                                                   void > >::type
     {};
 
-    ///\}
+    //\}
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "parameter.cci"
 //#include "parameter.ct"
 //#include "parameter.cti"