Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DComment.java143 int endOfInlineTag = findEndIndexOfInlineTag(mainDescription, startOfInlineTag, end); in parseMainDescription() local
146 if (endOfInlineTag == -1) { in parseMainDescription()
152 endOfInlineTag++; // add one to make it a proper ending index in parseMainDescription()
158 parseInlineTag(mainDescription, startOfInlineTag, endOfInlineTag, pos); in parseMainDescription()
161 start = endOfInlineTag; in parseMainDescription()