Searched refs:CommentStartLine (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | c.py | 2537 …DoxygenComment(FuncModifier, FuncHeader, FuncStartLine, CommentStr, CommentStartLine, ErrorMsgList… argument 2540 … CheckGeneralDoxygenCommentLayout(CommentStr, CommentStartLine, ErrorMsgList, CommentId, TableName) 2557 ….append('Line %d : in Comment, <%s> does NOT end with new line ' % (CommentStartLine, Tag.replace(… 2561 …('Line %d : in Comment, <%s> does NOT contain doxygen contents ' % (CommentStartLine, Tag.replace(… 2583 …rorMsgList.append('Line %d : in Comment, <%s> does NOT have %s ' % (CommentStartLine, (TagPartList… 2587 …rorMsgList.append('Line %d : in Comment, <%s> does NOT have %s ' % (CommentStartLine, (TagPartList… 2592 … : in Comment, <%s> does NOT consistent with parameter name %s ' % (CommentStartLine, (TagPartList… 2597 …%d : Number of doxygen tags in comment less than number of function parameters' % CommentStartLine) 2604 …rrorMsgList.append('Line %d : VOID return type need NO doxygen tags in comment' % CommentStartLine) 2608 …of @param doxygen tags in comment does NOT match number of function parameters' % CommentStartLine) [all …]
|