Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DMethodInfo.java450 private boolean isParamTagInMethod(ParamTagInfo tag) { in isParamTagInMethod() method in MethodInfo
477 if (!isParamTagInMethod(tag) && !tag.isTypeParameter()){ in paramTags()