diff options
Diffstat (limited to 'src/definition.h')
-rw-r--r-- | src/definition.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/definition.h b/src/definition.h index 2bbc682..8f57ba8 100644 --- a/src/definition.h +++ b/src/definition.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * + * $Id$ * * Copyright (C) 1997-2007 by Dimitri van Heesch. * @@ -164,7 +164,7 @@ class Definition : public DefinitionIntf, public LockableObj /*! returns the file in which this definition was found */ QCString getDefFileName() const; - /*! returns the file in which this definition was found */ + /*! returns the extension of the file in which this definition was found */ QCString getDefFileExtension() const; /*! returns the line number at which the definition was found */ |