src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/BaseConfiguration.java
changeset 48759 ffa68af7da87
parent 48029 e9dab2492924
child 49879 601277b1d582
equal deleted inserted replaced
48758:ba19a21d727d 48759:ffa68af7da87
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2018, 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
    63 import static javax.tools.Diagnostic.Kind.*;
    63 import static javax.tools.Diagnostic.Kind.*;
    64 
    64 
    65 /**
    65 /**
    66  * Configure the output based on the options. Doclets should sub-class
    66  * Configure the output based on the options. Doclets should sub-class
    67  * BaseConfiguration, to configure and add their own options. This class contains
    67  * BaseConfiguration, to configure and add their own options. This class contains
    68  * all user options which are supported by the 1.1 doclet and the standard
    68  * all user options which are supported by the standard doclet.
    69  * doclet.
       
    70  * <p>
    69  * <p>
    71  * <p><b>This is NOT part of any supported API.
    70  * <p><b>This is NOT part of any supported API.
    72  * If you write code that depends on this, you do so at your own risk.
    71  * If you write code that depends on this, you do so at your own risk.
    73  * This code and its internal interfaces are subject to change or
    72  * This code and its internal interfaces are subject to change or
    74  * deletion without notice.</b>
    73  * deletion without notice.</b>