Searched refs:commentPos (Results 1 – 1 of 1) sorted by relevance
79 int commentPos = line.indexOf('#'); in parseApiSpecs() local80 if (commentPos != -1) { in parseApiSpecs()81 line = line.substring(0, commentPos); in parseApiSpecs()