Searched defs:firstSentenceTags (Results 1 - 10 of 10) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/javadoc/
H A DTag.java151 Tag[] firstSentenceTags(); method in interface:Tag
H A DDoc.java116 Tag[] firstSentenceTags(); method in interface:Doc
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DTextTag.java99 public Tag[] firstSentenceTags() { method in class:TextTag
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DTagImpl.java162 public Tag[] firstSentenceTags() { method in class:TagImpl
168 firstSentence = Comment.firstSentenceTags(holder, text);
H A DComment.java415 static Tag[] firstSentenceTags(DocImpl holder, String text) { method in class:Comment
H A DDocImpl.java154 public Tag[] firstSentenceTags() { method in class:DocImpl
160 firstSentence = Comment.firstSentenceTags(this, commentText());
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/
H A DMemberSummaryWriter.java69 * @param firstSentenceTags the tags for the sentence being documented
74 Tag[] firstSentenceTags, Content tableTree, int counter);
73 addMemberSummary(ClassDoc classDoc, ProgramElementDoc member, Tag[] firstSentenceTags, Content tableTree, int counter) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DSubWriterHolderWriter.java143 addIndexComment(member, member.firstSentenceTags(), contentTree);
146 protected void printIndexComment(Doc member, Tag[] firstSentenceTags) { argument
161 printSummaryComment(member, firstSentenceTags);
168 * @param firstSentenceTags the first sentence tags for the member to be documented
171 protected void addIndexComment(Doc member, Tag[] firstSentenceTags, argument
193 addSummaryComment(member, firstSentenceTags, tdSummary);
217 addSummaryLinkComment(mw, member, member.firstSentenceTags(), contentTree);
222 Tag[] firstSentenceTags) {
227 printIndexComment(member, firstSentenceTags);
237 * @param firstSentenceTags th
220 printSummaryLinkComment(AbstractMemberWriter mw, ProgramElementDoc member, Tag[] firstSentenceTags) argument
240 addSummaryLinkComment(AbstractMemberWriter mw, ProgramElementDoc member, Tag[] firstSentenceTags, Content tdSummary) argument
[all...]
H A DAbstractMemberWriter.java556 * @param firstSentenceTags the first sentence tags to be added to the summary
561 Tag[] firstSentenceTags, Content tableTree, int counter) {
568 writer.addSummaryLinkComment(this, member, firstSentenceTags, tdSummary);
560 addMemberSummary(ClassDoc classDoc, ProgramElementDoc member, Tag[] firstSentenceTags, Content tableTree, int counter) argument
H A DHtmlDocletWriter.java2270 printSummaryComment(doc, doc.firstSentenceTags());
2280 addSummaryComment(doc, doc.firstSentenceTags(), htmltree);
2283 public void printSummaryComment(Doc doc, Tag[] firstSentenceTags) { argument
2284 printCommentTags(doc, firstSentenceTags, false, true);
2291 * @param firstSentenceTags the first sentence tags for the doc
2294 public void addSummaryComment(Doc doc, Tag[] firstSentenceTags, Content htmltree) { argument
2295 addCommentTags(doc, firstSentenceTags, false, true, htmltree);
2299 printCommentTags(doc, doc.firstSentenceTags(), true, true);
2303 printCommentTags(doc, tag.firstSentenceTags(), true, true);
2307 addCommentTags(doc, tag.firstSentenceTags(), tru
[all...]

Completed in 63 milliseconds