src/share/classes/com/sun/tools/doclets/formats/html/NestedClassWriterImpl.java

changeset 1359
25e14ad23cef
parent 798
4868a36f6fd8
child 1372
78962d89f283
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
1 /* 1 /*
2 * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 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
33 import com.sun.tools.doclets.internal.toolkit.*; 33 import com.sun.tools.doclets.internal.toolkit.*;
34 import com.sun.tools.doclets.internal.toolkit.util.*; 34 import com.sun.tools.doclets.internal.toolkit.util.*;
35 35
36 /** 36 /**
37 * Writes nested class documentation in HTML format. 37 * Writes nested class documentation in HTML format.
38 *
39 * <p><b>This is NOT part of any supported API.
40 * If you write code that depends on this, you do so at your own risk.
41 * This code and its internal interfaces are subject to change or
42 * deletion without notice.</b>
38 * 43 *
39 * @author Robert Field 44 * @author Robert Field
40 * @author Atul M Dambalkar 45 * @author Atul M Dambalkar
41 * @author Jamie Ho (rewrite) 46 * @author Jamie Ho (rewrite)
42 * @author Bhavesh Patel (Modified) 47 * @author Bhavesh Patel (Modified)

mercurial