From b30195e3060dba3f39b136dc5663fe9f07e6386b Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sat, 24 Aug 2019 19:28:09 +0200 Subject: Use the proper trailing comment. This was found while testing with Clang's -Wdocumentation -Wdocumentation-pedantic options. --- src/configimpl.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/configimpl.h b/src/configimpl.h index 55e056e..6b85d8a 100644 --- a/src/configimpl.h +++ b/src/configimpl.h @@ -37,14 +37,14 @@ class ConfigOption /*! The type of option */ enum OptionType { - O_Info, // Date: Sat, 24 Aug 2019 19:39:57 +0200 Subject: 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. --- src/fortrancode.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v0.12