Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / PPI / Jack.cti
index bdd3eca..d84a7c7 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2009 
+// Copyright (C) 2009
 // 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 "Setup.hh"
 
 #define prefix_ inline
-///////////////////////////////cti.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 template <class PacketType>
 prefix_ senf::ppi::connector::ActiveInputJack<PacketType>::
@@ -265,7 +265,7 @@ senf::ppi::connect(T & source, connector::GenericPassiveInputJack & target,
     connect(source, target.connector());
 }
 
-///////////////////////////////cti.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f