Пример #1
0
 /**
  * Constructor. Initializes the destination file name through the super class HtmlWriter.
  *
  * @param filename String file name.
  */
 public HtmlDocWriter(Configuration configuration, DocPath filename) throws IOException {
   super(configuration, filename);
   this.pathToRoot = filename.parent().invert();
   configuration.message.notice(
       "doclet.Generating_0", DocFile.createFileForOutput(configuration, filename).getPath());
 }