OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mincommentlength
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/AST/
RawCommentList.cpp
27
const size_t
MinCommentLength
= ParseAllComments ? 2 : 3;
28
if ((Comment.size() <
MinCommentLength
) || Comment[0] != '/')
Completed in 363 milliseconds