Searched defs:firstSentenceTags (Results 1 - 4 of 4) sorted by path

/external/doclava/src/com/google/doclava/
H A DClassInfo.java539 public TagInfo[] firstSentenceTags() { method in class:ClassInfo
1187 TagInfo.makeHDF(data, base + ".shortDescr", this.firstSentenceTags());
H A DFieldInfo.java84 public TagInfo[] firstSentenceTags() { method in class:FieldInfo
324 TagInfo.makeHDF(data, base + ".shortDescr", firstSentenceTags());
H A DMethodInfo.java185 return m.firstSentenceTags();
321 public InheritedTags firstSentenceTags() { method in class:MethodInfo
571 TagInfo.makeHDF(data, base + ".shortDescr", firstSentenceTags());
H A DPackageInfo.java181 public TagInfo[] firstSentenceTags() { method in class:PackageInfo

Completed in 268 milliseconds