Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Logger / FileTarget.hh
index 505cdc6..e3b454c 100644 (file)
@@ -33,7 +33,7 @@
 #include "IOStreamTarget.hh"
 
 //#include "FileTarget.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
@@ -65,15 +65,15 @@ namespace log {
         typedef boost::base_from_member<std::ofstream> ofstream_t;
 
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         explicit FileTarget(std::string const & filename, std::string const & nodename = "");
                                         ///< Construct FileTarget writing to \a file
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-////////////////////////////////////////////////////////////////////////
 
         void reopen();                  ///< Reopen %log after log-file rotation
         void reopen(std::string const & file);  ///< Reopen %log under a new name
@@ -93,7 +93,7 @@ namespace log {
 
 }}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "FileTarget.cci"
 //#include "FileTarget.ct"
 //#include "FileTarget.cti"