Searched refs:docAnnotationParsers (Results 1 – 3 of 3) sorted by relevance
28 var docAnnotationParsers = mutableListOf<DocAnnotationParser>() variable68 docAnnotationParsers.add(DocAnnotationParser(iter)) //increments iterator in parseTokens()
47 … val docAnnotations get() = interfaceEntry.docParser.docAnnotationParsers //tag, arg?, description
62 return docParser.docAnnotationParsers in <lambda>()