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

changeset 1359
25e14ad23cef
parent 793
ffbf2b2a8611
child 1364
8db45b13526e
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
1 /* 1 /*
2 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2010, 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
28 import com.sun.tools.doclets.internal.toolkit.Content; 28 import com.sun.tools.doclets.internal.toolkit.Content;
29 import com.sun.tools.doclets.internal.toolkit.util.*; 29 import com.sun.tools.doclets.internal.toolkit.util.*;
30 30
31 /** 31 /**
32 * Class for generating a comment for HTML pages of javadoc output. 32 * Class for generating a comment for HTML pages of javadoc output.
33 *
34 * <p><b>This is NOT part of any supported API.
35 * If you write code that depends on this, you do so at your own risk.
36 * This code and its internal interfaces are subject to change or
37 * deletion without notice.</b>
33 * 38 *
34 * @author Bhavesh Patel 39 * @author Bhavesh Patel
35 */ 40 */
36 public class Comment extends Content{ 41 public class Comment extends Content{
37 42

mercurial