Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Console / Config.ih
index d5cc2aa..ebc0983 100644 (file)
@@ -33,7 +33,7 @@
 #include <senf/Utils/intrusive_refcount.hh>
 #include <senf/Utils/DiscardStream.hh>
 
-///////////////////////////////ih.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace console {
@@ -50,14 +50,14 @@ namespace detail {
     public:
         typedef void result_type;
 
-        ///////////////////////////////////////////////////////////////////////////
+        //-/////////////////////////////////////////////////////////////////////////////////////////
         //\/name Structors and default members
-        ///\{
+        //\{
 
         RestrictedExecutor(DirectoryNode & root = senf::console::root());
 
-        ///\}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-/////////////////////////////////////////////////////////////////////////////////////////
 
         void execute(std::ostream & output, ParseCommandInfo const & command);
                                         ///< Execute command
@@ -109,16 +109,16 @@ namespace detail {
     class RestrictedExecutor::RestrictGuard
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-/////////////////////////////////////////////////////////////////////////////////////////
         //\/name Structors and default members
-        ///\{
+        //\{
 
         explicit RestrictGuard(RestrictedExecutor & executor);
         RestrictGuard(RestrictedExecutor & executor, DirectoryNode & restrict);
         ~RestrictGuard();
 
-        ///\}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-/////////////////////////////////////////////////////////////////////////////////////////
 
     protected:
 
@@ -149,7 +149,7 @@ namespace detail {
 
 }}}
 
-///////////////////////////////ih.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #endif
 
 \f