Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Termlib / Terminfo.hh
index 601051b..a5af5cf 100644 (file)
@@ -36,7 +36,7 @@
 #include <senf/Utils/Exception.hh>
 
 //#include "Terminfo.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace term {
@@ -65,7 +65,7 @@ namespace term {
     class Terminfo
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         // Types
 
         /** \brief NoValue constant
@@ -184,7 +184,7 @@ namespace term {
         typedef boost::int16_t number_t; ///< Numeric terminfo property type
         typedef char const* string_t;   ///< String terminfo property type
 
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
 
         Terminfo();
         explicit Terminfo(std::string const & term); ///< Load terminfo entry \a term
@@ -208,7 +208,7 @@ namespace term {
                                         /**< Formats the string property \a p containing special
                                              terminfo codes. Terminfo supports up to 9 parameters. */
 
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
 
         void dump(std::ostream & os) const; ///< Dump a description of the terminfo entry
 
@@ -245,7 +245,7 @@ namespace term {
     class KeyParser
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         // Types
 
         /** \brief Special keyboard key codes */
@@ -275,7 +275,7 @@ namespace term {
         /** \brief Helper to convert uppercase char to Control key code */
         static keycode_t Ctrl(char ch) { return ch-'@'; }
 
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
 
         KeyParser();
         explicit KeyParser(Terminfo const & ti); ///< Load keymap information from \a ti
@@ -314,7 +314,7 @@ namespace term {
 
 }}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "Terminfo.cci"
 //#include "Terminfo.ct"
 //#include "Terminfo.cti"