src/share/classes/com/sun/tools/doclets/internal/toolkit/util/MetaKeywords.java

changeset 1359
25e14ad23cef
parent 1357
c75be5bc5283
child 1568
5f0731e4e5e6
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
34 * Provides methods for creating an array of class, method and 34 * Provides methods for creating an array of class, method and
35 * field names to be included as meta keywords in the HTML header 35 * field names to be included as meta keywords in the HTML header
36 * of class pages. These keywords improve search results 36 * of class pages. These keywords improve search results
37 * on browsers that look for keywords. 37 * on browsers that look for keywords.
38 * 38 *
39 * This code is not part of an API. 39 * <p><b>This is NOT part of any supported API.
40 * It is implementation that is subject to change. 40 * If you write code that depends on this, you do so at your own risk.
41 * Do not use it as an API 41 * This code and its internal interfaces are subject to change or
42 * deletion without notice.</b>
42 * 43 *
43 * @author Doug Kramer 44 * @author Doug Kramer
44 */ 45 */
45 public class MetaKeywords { 46 public class MetaKeywords {
46 47

mercurial