src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/LegacyTaglet.java

changeset 1359
25e14ad23cef
parent 554
9d9f26857129
child 1751
ca8808c88f94
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
1 /* 1 /*
2 * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 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
34 * Note: this taglet only works with legacy taglets (those compatible with 34 * Note: this taglet only works with legacy taglets (those compatible with
35 * Javadoc 1.4.x) that writes strings. 35 * Javadoc 1.4.x) that writes strings.
36 * This taglet is able to wrap most most legacy taglets because 36 * This taglet is able to wrap most most legacy taglets because
37 * the standard doclet is the only known doclet to use legacy taglets. 37 * the standard doclet is the only known doclet to use legacy taglets.
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 * @since 1.5 44 * @since 1.5
44 * @author Jamie Ho 45 * @author Jamie Ho
45 */ 46 */
46 47

mercurial