Home
last modified time | relevance | path

Searched refs:CommentStartLine (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Dc.py2542 …DoxygenComment(FuncModifier, FuncHeader, FuncStartLine, CommentStr, CommentStartLine, ErrorMsgList… argument
2545 … CheckGeneralDoxygenCommentLayout(CommentStr, CommentStartLine, ErrorMsgList, CommentId, TableName)
2562 ….append('Line %d : in Comment, <%s> does NOT end with new line ' % (CommentStartLine, Tag.replace(…
2566 …('Line %d : in Comment, <%s> does NOT contain doxygen contents ' % (CommentStartLine, Tag.replace(…
2588 …rorMsgList.append('Line %d : in Comment, <%s> does NOT have %s ' % (CommentStartLine, (TagPartList…
2592 …rorMsgList.append('Line %d : in Comment, <%s> does NOT have %s ' % (CommentStartLine, (TagPartList…
2597 … : in Comment, <%s> does NOT consistent with parameter name %s ' % (CommentStartLine, (TagPartList…
2602 …%d : Number of doxygen tags in comment less than number of function parameters' % CommentStartLine)
2609 …rrorMsgList.append('Line %d : VOID return type need NO doxygen tags in comment' % CommentStartLine)
2613 …of @param doxygen tags in comment does NOT match number of function parameters' % CommentStartLine)
[all …]