Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / PPI / AnnotationRouter.ct
index 0e1bbef..6e6a7ac 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>
@@ -29,7 +29,7 @@
 #include "Connectors.hh"
 
 #define prefix_
-///////////////////////////////ct.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 template <class AnnotationType>
 prefix_ senf::ppi::module::AnnotationRouter<AnnotationType>::AnnotationRouter()
@@ -44,7 +44,7 @@ prefix_ AnnotationType senf::ppi::module::AnnotationRouter<AnnotationType>::
 connectorSetup(connector::ActiveOutput<> & conn, AnnotationType const & key)
 {
     if (this->connectors().find(key) != this->connectors().end())
-        throw DuplicateKeyException(key); 
+        throw DuplicateKeyException(key);
     route(input, conn);
     return key;
 }
@@ -66,7 +66,7 @@ prefix_ void senf::ppi::module::AnnotationRouter<AnnotationType>::request()
     }
 }
 
-///////////////////////////////ct.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f