langtools/test/com/sun/javadoc/testTaglets/TestTaglets.java
changeset 30730 d3ce7619db2c
parent 24399 af1a0220d0fa
child 36526 3b41f1c69604
equal deleted inserted replaced
30729:398f0f51917a 30730:d3ce7619db2c
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2015, 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.
    28  *           inline tags should be interpreted properly.
    28  *           inline tags should be interpreted properly.
    29  *           Run Javadoc on some sample source that uses {@inheritDoc}.  Make
    29  *           Run Javadoc on some sample source that uses {@inheritDoc}.  Make
    30  *           sure that only the first sentence shows up in the summary table.
    30  *           sure that only the first sentence shows up in the summary table.
    31  * @author   jamieh
    31  * @author   jamieh
    32  * @library  ../lib
    32  * @library  ../lib
       
    33  * @modules jdk.javadoc/com.sun.tools.doclets.internal.toolkit
       
    34  *          jdk.javadoc/com.sun.tools.doclets.internal.toolkit.taglets
       
    35  *          jdk.javadoc/com.sun.tools.doclets.internal.toolkit.util
    33  * @build    JavadocTester taglets.Foo
    36  * @build    JavadocTester taglets.Foo
    34  * @run main TestTaglets
    37  * @run main TestTaglets
    35  */
    38  */
    36 
    39 
    37 public class TestTaglets extends JavadocTester {
    40 public class TestTaglets extends JavadocTester {