langtools/test/jdk/javadoc/doclet/testStylesheet/pkg/A.java
changeset 44813 eac0b6c86a43
parent 35426 374342e56a56
child 45045 834233132ab1
equal deleted inserted replaced
44812:1d9c041728a6 44813:eac0b6c86a43
     1 /*
     1 /*
     2  * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2017 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.
     7  * published by the Free Software Foundation.
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 package pkg;
    24 package pkg;
    25 
    25 
       
    26 /**
       
    27  * Test comment for a class which has an <a name="named_anchor">anchor_with_name</a> and
       
    28  * an <a id="named_anchor1">anchor_with_id</a>.
       
    29  */
    26 public class A {}
    30 public class A {}