Commit 81c99d10 authored by albert-github's avatar albert-github

Correction of typing error

Corrected documenation -> documentation
parent 6385a83a
...@@ -2187,7 +2187,7 @@ static void subrHandleCommentBlock(const QCString &doc,bool brief) ...@@ -2187,7 +2187,7 @@ static void subrHandleCommentBlock(const QCString &doc,bool brief)
} }
else 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] + " " + handleCommentBlock(QCString("\n\n@param ") + directionParam[dir1] + " " +
argName + " " + doc,brief); argName + " " + doc,brief);
} }
...@@ -2202,7 +2202,7 @@ static void subrHandleCommentBlock(const QCString &doc,bool brief) ...@@ -2202,7 +2202,7 @@ static void subrHandleCommentBlock(const QCString &doc,bool brief)
} }
else 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] + " " + handleCommentBlock(QCString("\n\n@param ") + directionParam[dir1] + " " +
argName + " " + doc,brief); argName + " " + doc,brief);
} }
...@@ -2217,7 +2217,7 @@ static void subrHandleCommentBlock(const QCString &doc,bool brief) ...@@ -2217,7 +2217,7 @@ static void subrHandleCommentBlock(const QCString &doc,bool brief)
} }
else 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] + " " + handleCommentBlock(QCString("\n\n@param ") + directionParam[dir1] + " " +
argName + " " + doc,brief); argName + " " + doc,brief);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment