diff options
Diffstat (limited to 'src/filedef.cpp')
-rw-r--r-- | src/filedef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filedef.cpp b/src/filedef.cpp index 0642245..b04c5e3 100644 --- a/src/filedef.cpp +++ b/src/filedef.cpp @@ -55,7 +55,7 @@ class DevNullCodeDocInterface : public BaseCodeDocInterface /*! create a new file definition, where \a p is the file path, - \a the file name, and \a ref is an HTML anchor name if the + \a nm the file name, and \a ref is an HTML anchor name if the file was read from a tag file or 0 otherwise */ FileDef::FileDef(const char *p,const char *nm, |