diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-12-23 21:51:37 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-12-23 21:51:37 (GMT) |
commit | 31527356a50262ede3564156550260526d8470e2 (patch) | |
tree | b67c09f94517282deb2d14d0576a945a81c1856d /src/classdef.h | |
parent | ba9a873b8cfa84c5e1d31fb62327184f43864c26 (diff) | |
download | Doxygen-31527356a50262ede3564156550260526d8470e2.zip Doxygen-31527356a50262ede3564156550260526d8470e2.tar.gz Doxygen-31527356a50262ede3564156550260526d8470e2.tar.bz2 |
Corrected some inconsistencies in the comments
Diffstat (limited to 'src/classdef.h')
-rw-r--r-- | src/classdef.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/classdef.h b/src/classdef.h index f6d594c..4e76117 100644 --- a/src/classdef.h +++ b/src/classdef.h @@ -76,7 +76,6 @@ class ClassDef : public Definition * \param startColumn column number where the definition of this compound * starts. * \param name the name of this compound (including scope) - * \param symId unique Id for this symbol * \param ct the kind of Compound * \param ref the tag file from which this compound is extracted * or 0 if the compound doesn't come from a tag file |