summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-08-18 08:24:26 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-08-18 08:24:26 (GMT)
commit8ddbaa7c8dd3024e9d4a847c4645ab99ac6b6d45 (patch)
tree9cebfa928d1a39bc1c40d6e202c9dbd92532a4f5 /src
parent8b279c9bc28c70405e61219a6c2b3c6dbc7426e6 (diff)
parent9e356b42b62875491096e9b0f1e72720b1a30a9f (diff)
downloadDoxygen-8ddbaa7c8dd3024e9d4a847c4645ab99ac6b6d45.zip
Doxygen-8ddbaa7c8dd3024e9d4a847c4645ab99ac6b6d45.tar.gz
Doxygen-8ddbaa7c8dd3024e9d4a847c4645ab99ac6b6d45.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src')
-rw-r--r--src/fortranscanner.l6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fortranscanner.l b/src/fortranscanner.l
index 1f52110..64a49ca 100644
--- a/src/fortranscanner.l
+++ b/src/fortranscanner.l
@@ -2187,7 +2187,7 @@ static void subrHandleCommentBlock(const QCString &doc,bool brief)
}
else
{
- warn(yyFileName,yyLineNr, "inconsistency between intent attribute and documenation for variable: "+argName);
+ warn(yyFileName,yyLineNr, "inconsistency between intent attribute and documentation for variable: "+argName);
handleCommentBlock(QCString("\n\n@param ") + directionParam[dir1] + " " +
argName + " " + doc,brief);
}
@@ -2202,7 +2202,7 @@ static void subrHandleCommentBlock(const QCString &doc,bool brief)
}
else
{
- warn(yyFileName,yyLineNr, "inconsistency between intent attribute and documenation for variable: "+argName);
+ warn(yyFileName,yyLineNr, "inconsistency between intent attribute and documentation for variable: "+argName);
handleCommentBlock(QCString("\n\n@param ") + directionParam[dir1] + " " +
argName + " " + doc,brief);
}
@@ -2217,7 +2217,7 @@ static void subrHandleCommentBlock(const QCString &doc,bool brief)
}
else
{
- warn(yyFileName,yyLineNr, "inconsistency between intent attribute and documenation for variable: "+argName);
+ warn(yyFileName,yyLineNr, "inconsistency between intent attribute and documentation for variable: "+argName);
handleCommentBlock(QCString("\n\n@param ") + directionParam[dir1] + " " +
argName + " " + doc,brief);
}