summaryrefslogtreecommitdiffstats
path: root/src/fortrancode.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-08-27 19:52:52 (GMT)
committerGitHub <noreply@github.com>2019-08-27 19:52:52 (GMT)
commite901c9b30d3f13a38a5e69025b3f1ced9d1c981f (patch)
tree6fd4aae1b7ab141f4289c97d10c39e67b7787093 /src/fortrancode.l
parent3d4eb56c5fc8135129e7dd748e2df7a4757195a7 (diff)
parent6511868015b83421fc151888e1747426fa515582 (diff)
downloadDoxygen-e901c9b30d3f13a38a5e69025b3f1ced9d1c981f.zip
Doxygen-e901c9b30d3f13a38a5e69025b3f1ced9d1c981f.tar.gz
Doxygen-e901c9b30d3f13a38a5e69025b3f1ced9d1c981f.tar.bz2
Merge pull request #7224 from mordante/doxygen_comment_fixes
Doxygen comment fixes
Diffstat (limited to 'src/fortrancode.l')
-rw-r--r--src/fortrancode.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fortrancode.l b/src/fortrancode.l
index 3e443b5..38188ef 100644
--- a/src/fortrancode.l
+++ b/src/fortrancode.l
@@ -381,7 +381,7 @@ static bool getFortranNamespaceDefs(const QCString &mname,
@param tname the name of the type
@param moduleName name of enclosing module or null, if global entry
@param cd the entry, if found or null
- @param useDict dictionary of data of USE-statement
+ @param usedict dictionary of data of USE-statement
@returns true, if type is found
*/
static bool getFortranTypeDefs(const QCString &tname, const QCString &moduleName,