diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-01-26 21:10:54 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-01-26 21:10:54 (GMT) |
commit | 5d7d90c39506fb7a19514dc4abd540018deeaaf6 (patch) | |
tree | 76af52671423a9b083a05f78c82f3435635ab400 /src/docparser.cpp | |
parent | afb84237b8c3024f2f35346ba3ee4532e1a8b507 (diff) | |
download | Doxygen-5d7d90c39506fb7a19514dc4abd540018deeaaf6.zip Doxygen-5d7d90c39506fb7a19514dc4abd540018deeaaf6.tar.gz Doxygen-5d7d90c39506fb7a19514dc4abd540018deeaaf6.tar.bz2 |
Release-1.3-rc2-20030126
Diffstat (limited to 'src/docparser.cpp')
-rw-r--r-- | src/docparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docparser.cpp b/src/docparser.cpp index 2cfa394..d194a49 100644 --- a/src/docparser.cpp +++ b/src/docparser.cpp @@ -225,7 +225,7 @@ static QCString findAndCopyImage(const char *fileName,DocImage::Type type) return result; } -/*! Collects the parameters found with @param or @retval commands +/*! Collects the parameters found with \@param or \@retval commands * in a global list g_paramsFound. If \a isParam is set to TRUE * and the parameter is not an actual parameter of the current * member g_memberDef, than a warning is raised (unless warnings |