langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/formats/html/ConfigurationImpl.java
changeset 37938 42baa89d2156
parent 36526 3b41f1c69604
child 38617 d93a7f64e231
equal deleted inserted replaced
37858:7c04fcb12bd4 37938:42baa89d2156
    38 import com.sun.tools.doclets.internal.toolkit.util.*;
    38 import com.sun.tools.doclets.internal.toolkit.util.*;
    39 import com.sun.tools.doclint.DocLint;
    39 import com.sun.tools.doclint.DocLint;
    40 import com.sun.tools.javac.file.JavacFileManager;
    40 import com.sun.tools.javac.file.JavacFileManager;
    41 import com.sun.tools.javac.util.Context;
    41 import com.sun.tools.javac.util.Context;
    42 import com.sun.tools.javac.util.StringUtils;
    42 import com.sun.tools.javac.util.StringUtils;
    43 import com.sun.tools.javadoc.RootDocImpl;
    43 import com.sun.tools.javadoc.main.RootDocImpl;
    44 
    44 
    45 /**
    45 /**
    46  * Configure the output based on the command line options.
    46  * Configure the output based on the command line options.
    47  * <p>
    47  * <p>
    48  * Also determine the length of the command line option. For example,
    48  * Also determine the length of the command line option. For example,