Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DComment.java145 int endOfInlineTag = findEndIndexOfInlineTag(mainDescription, startOfInlineTag, end); in parseMainDescription() local
148 if (endOfInlineTag == -1) { in parseMainDescription()
154 endOfInlineTag++; // add one to make it a proper ending index in parseMainDescription()
160 parseInlineTag(mainDescription, startOfInlineTag, endOfInlineTag, pos); in parseMainDescription()
163 start = endOfInlineTag; in parseMainDescription()