src/share/classes/com/sun/javadoc/Tag.java

changeset 1326
30c36e23f154
parent 554
9d9f26857129
child 1358
fc123bdeddb8
equal deleted inserted replaced
1325:b2064a216117 1326:30c36e23f154
1 /* 1 /*
2 * Copyright (c) 1998, 2006, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
125 Tag[] inlineTags(); 125 Tag[] inlineTags();
126 126
127 /** 127 /**
128 * Return the first sentence of the comment as an array of tags. 128 * Return the first sentence of the comment as an array of tags.
129 * Includes inline tags 129 * Includes inline tags
130 * (i.e. {&#64link <i>reference</i>} tags) but not 130 * (i.e. {&#64;link <i>reference</i>} tags) but not
131 * block tags. 131 * block tags.
132 * Each section of plain text is represented as a {@link Tag} 132 * Each section of plain text is represented as a {@link Tag}
133 * of kind "Text". 133 * of kind "Text".
134 * Inline tags are represented as a {@link SeeTag} of kind "@link". 134 * Inline tags are represented as a {@link SeeTag} of kind "@link".
135 * If the locale is English language, the first sentence is 135 * If the locale is English language, the first sentence is

mercurial