Changeset 1068:e0b0dcee5e17 in lemon-0.x for src/work
- Timestamp:
- 01/10/05 00:44:29 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1464
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/klao/error.h
r1067 r1068 192 192 /// \brief Returns the filename. 193 193 /// 194 /// Returns "(unknown)" if the filename was not specified.194 /// Returns \e "(unknown)" if the filename was not specified. 195 195 const char* get_file() const { 196 196 if( file ) … … 224 224 225 225 226 ///\e 226 227 class AssertionFailedError : public LogicError { 227 228 protected:
Note: See TracChangeset
for help on using the changeset viewer.