langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/standard/Standard.java
changeset 44457 0cca46f400f7
parent 39179 c04b68e23fa4
child 45448 4b53bf8b530c
equal deleted inserted replaced
44456:a3c153b95812 44457:0cca46f400f7
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 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.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    31 /**
    31 /**
    32  * This doclet generates HTML-formatted documentation for the specified packages and types.
    32  * This doclet generates HTML-formatted documentation for the specified packages and types.
    33  * @deprecated The doclet has been superseded by its replacement,
    33  * @deprecated The doclet has been superseded by its replacement,
    34  * {@code jdk.javadoc.doclets.StandardDoclet}.
    34  * {@code jdk.javadoc.doclets.StandardDoclet}.
    35  */
    35  */
    36 @Deprecated
    36 @Deprecated(forRemoval=true, since="9")
    37 public class Standard {
    37 public class Standard {
    38 
    38 
    39     public static int optionLength(String option) {
    39     public static int optionLength(String option) {
    40         return HtmlDoclet.optionLength(option);
    40         return HtmlDoclet.optionLength(option);
    41     }
    41     }