test/langtools/jdk/javadoc/doclet/testDocRootInlineTag/TestDocRootTag.java
changeset 53391 a99bd2570660
parent 47216 71c04702a3d5
equal deleted inserted replaced
53390:46db9786cd67 53391:a99bd2570660
     1 /*
     1 /*
     2  * Copyright (c) 2001, 2002, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2001, 2019, 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 /**
    24 /**
    25  * Here is the use of link: {@link java.io.File File}
    25  * Here is the use of link: {@link java.io.File File}
    26  * Here is the use of docRoot: <a href="{@docRoot}/glossary.html">glossary</a>.
    26  * Here is the use of docRoot: <a href="{@docRoot}/index-all.html">index</a>.
    27  * Here is the use of link: {@link java.io.File Second File Link}
    27  * Here is the use of link: {@link java.io.File Second File Link}
    28  */
    28  */
    29 public class TestDocRootTag {}
    29 public class TestDocRootTag {}