Searched refs:DocFile (Results 1 - 3 of 3) sorted by relevance

/external/doclava/src/com/google/doclava/
H A DDocFile.java26 public class DocFile { class
H A DDoclava.java758 DocFile.writePage(f.getAbsolutePath(), relative, filename, null);
900 String filedata = DocFile.readFile(filePath);
901 Matcher lines = DocFile.LINE.matcher(filedata);
911 Matcher prop = DocFile.PROP.matcher(line);
H A DSampleCode.java254 DocFile.writePage(filename, rel, mDest + "index" + Doclava.htmlExtension, hdf);

Completed in 103 milliseconds