summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark de Wever <koraq@xs4all.nl>2019-08-24 17:39:57 (GMT)
committerMark de Wever <koraq@xs4all.nl>2019-08-24 17:39:57 (GMT)
commit6511868015b83421fc151888e1747426fa515582 (patch)
tree9dfb15fc2d26ad817773475ba6671b5f35448e5c /src
parentb30195e3060dba3f39b136dc5663fe9f07e6386b (diff)
downloadDoxygen-6511868015b83421fc151888e1747426fa515582.zip
Doxygen-6511868015b83421fc151888e1747426fa515582.tar.gz
Doxygen-6511868015b83421fc151888e1747426fa515582.tar.bz2
Fixes a @param's parameter name.
This was found while testing with Clang's -Wdocumentation -Wdocumentation-pedantic options. Note from the coding style used it would seem useDict would be the more appropriate name, but usedict is used on multiple occasions in this file.
Diffstat (limited to 'src')
-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,