1.1 --- a/src/work/klao/error.h	Sun Jan 09 23:28:18 2005 +0000
     1.2 +++ b/src/work/klao/error.h	Sun Jan 09 23:44:29 2005 +0000
     1.3 @@ -191,7 +191,7 @@
     1.4  
     1.5      /// \brief Returns the filename.
     1.6      ///
     1.7 -    /// Returns "(unknown)" if the filename was not specified.
     1.8 +    /// Returns \e "(unknown)" if the filename was not specified.
     1.9      const char* get_file() const {
    1.10        if( file )
    1.11  	return file->c_str();
    1.12 @@ -223,6 +223,7 @@
    1.13    };
    1.14  
    1.15  
    1.16 +  ///\e
    1.17    class AssertionFailedError : public LogicError {
    1.18    protected:
    1.19      const char *assertion;