(none)
authorklao
Sun, 09 Jan 2005 23:44:29 +0000
changeset 1068e0b0dcee5e17
parent 1067 47939f501c81
child 1069 7b81a36809c6
(none)
src/work/klao/error.h
     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;