Searched refs:isStartOfCommentLineCharFound (Results 1 – 1 of 1) sorted by relevance
1368 bool isStartOfCommentLineCharFound = false; in tokenizeDoxygenComment() local1371 isStartOfCommentLineCharFound = true; in tokenizeDoxygenComment()1381 if (isStartOfCommentLineCharFound && line[pos] == ' ') { in tokenizeDoxygenComment()1391 if (isStartOfCommentLineCharFound) { in tokenizeDoxygenComment()