Home | History | Annotate | Download | only in src

Lines Matching refs:inherited

72         makeHDF(data, base, tags.tags(), tags.inherited(), 0, 0);
76 InheritedTags inherited, int j, int depth)
80 if (len == 0 && inherited != null) {
81 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth+1);
85 if (inherited != null && t.name().equals("@inheritDoc")) {
86 j = makeHDF(data, base, inherited.tags(),
87 inherited.inherited(), j, depth+1);
91 "@inheritDoc on class/method that is not inherited");