Loading src/fortranscanner.l +3 −3 Original line number Original line Diff line number Diff line Loading @@ -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); } } Loading @@ -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); } } Loading @@ -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); } } Loading Loading
src/fortranscanner.l +3 −3 Original line number Original line Diff line number Diff line Loading @@ -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); } } Loading @@ -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); } } Loading @@ -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); } } Loading