Searched refs:ParamTagAdapter (Results 1 – 2 of 2) sorted by relevance
92 class ParamTagAdapter(val module: ModuleNodeAdapter, class
519 .map { ParamTagAdapter(module, this, it.name, true, it.content.children) } in specifiedClasses()523 .map { ParamTagAdapter(module, this, it.subjectName ?: "?", true, it.children) }) in <lambda>()