Commit 8ddbaa7c authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Merge branch 'master' of github.com:doxygen/doxygen

parents 8b279c9b 9e356b42
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -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)
      }
      }
      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)
      }
      }
      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);
      }
      }