langtools/src/share/classes/com/sun/tools/doclets/formats/html/HelpWriter.java
changeset 14258 8d2148961366
parent 14059 3bee341587fa
child 14260 727a84636f12
equal deleted inserted replaced
14062:b7439971a094 14258:8d2148961366
    24  */
    24  */
    25 
    25 
    26 package com.sun.tools.doclets.formats.html;
    26 package com.sun.tools.doclets.formats.html;
    27 
    27 
    28 import java.io.*;
    28 import java.io.*;
       
    29 
       
    30 import com.sun.tools.doclets.formats.html.markup.*;
       
    31 import com.sun.tools.doclets.internal.toolkit.*;
    29 import com.sun.tools.doclets.internal.toolkit.util.*;
    32 import com.sun.tools.doclets.internal.toolkit.util.*;
    30 import com.sun.tools.doclets.internal.toolkit.*;
       
    31 import com.sun.tools.doclets.formats.html.markup.*;
       
    32 
    33 
    33 /**
    34 /**
    34  * Generate the Help File for the generated API documentation. The help file
    35  * Generate the Help File for the generated API documentation. The help file
    35  * contents are helpful for browsing the generated documentation.
    36  * contents are helpful for browsing the generated documentation.
    36  *
    37  *