[Lemon-commits] [lemon_svn] klao: r1464 - hugo/trunk/src/work/klao

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:45:39 CET 2006


Author: klao
Date: Mon Jan 10 00:44:29 2005
New Revision: 1464

Modified:
   hugo/trunk/src/work/klao/error.h

Log:


Modified: hugo/trunk/src/work/klao/error.h
==============================================================================
--- hugo/trunk/src/work/klao/error.h	(original)
+++ hugo/trunk/src/work/klao/error.h	Mon Jan 10 00:44:29 2005
@@ -191,7 +191,7 @@
 
     /// \brief Returns the filename.
     ///
-    /// Returns "(unknown)" if the filename was not specified.
+    /// Returns \e "(unknown)" if the filename was not specified.
     const char* get_file() const {
       if( file )
 	return file->c_str();
@@ -223,6 +223,7 @@
   };
 
 
+  ///\e
   class AssertionFailedError : public LogicError {
   protected:
     const char *assertion;



More information about the Lemon-commits mailing list