HomeSort by relevance Sort by last modified time
    Searched refs:DocFile (Results 1 - 2 of 2) sorted by null

  /external/doclava/src/com/google/doclava/
DocFile.java 26 public class DocFile {
54 public static void writePage(String docfile, String relative, String outfile) {
58 * System.out.println("docfile='" + docfile + "' relative='" + relative + "'" + "' outfile='" +
62 String filedata = readFile(docfile);
89 System.err.println(docfile + ":" + lineno + ": error parsing docfile");
91 System.err.println(docfile + ":" + lineno + ":" + line);
106 Comment comment = new Comment(commentText, null, new SourcePositionInfo(docfile, lineno, 1));
Doclava.java 648 DocFile.writePage(f.getAbsolutePath(), relative, filename);
    [all...]

Completed in 181 milliseconds