Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Termlib / TelnetTerminal.hh
index 09aea80..7dcb250 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>
 // Custom includes
 #include "Telnet.hh"
 #include "AbstractTerminal.hh"
-#include "../Logger.hh"
+#include <senf/Utils/Logger.hh>
 
 //#include "TelnetTerminal.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace term {
@@ -40,7 +40,7 @@ namespace term {
     /** \brief AbstractTerminal interface implementation based on telnet
 
         This class provides a telnet server implementation implementing the AbstractTerminal
-        interface. 
+        interface.
 
         TelnetTerminal provides one additional callback which needs to be implemented in a derived
         class: v_setupFailed(). This member will be called, when not all required telnet options are
@@ -59,13 +59,13 @@ namespace term {
         TelnetTerminal();
 
         ///\name AbstractTerminal interface implementation
-        ///\{
+        //\{
         virtual void setCallbacks(AbstractTerminal::Callbacks & cb);
         virtual std::string terminalType();
         virtual unsigned width() const;
         virtual unsigned height() const;
         virtual void write(char ch);
-        ///\}
+        //\}
 
     protected:
 
@@ -85,7 +85,7 @@ namespace term {
 
 }}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "TelnetTerminal.cci"
 //#include "TelnetTerminal.ct"
 //#include "TelnetTerminal.cti"