langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDoclet.java
changeset 44388 4d0903f1f311
parent 42277 2668b0bc7ad7
child 44879 49beafe2faf3
equal deleted inserted replaced
44387:8efb26290858 44388:4d0903f1f311
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 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
    59  *
    59  *
    60  */
    60  */
    61 public class HtmlDoclet extends AbstractDoclet {
    61 public class HtmlDoclet extends AbstractDoclet {
    62 
    62 
    63     public HtmlDoclet() {
    63     public HtmlDoclet() {
    64         configuration = new ConfigurationImpl();
    64         configuration = new ConfigurationImpl(this);
    65     }
    65     }
    66 
    66 
    67     @Override // defined by Doclet
    67     @Override // defined by Doclet
    68     public String getName() {
    68     public String getName() {
    69         return "Html";
    69         return "Html";