OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DocFile
(Results
1 - 2
of
2
) sorted by null
/external/doclava/src/com/google/doclava/
DocFile.java
26
public class
DocFile
{
75
public static void writePage(String
docfile
, String relative, String outfile, Data hdf) {
78
* System.out.println("
docfile
='" +
docfile
+ "' relative='" + relative + "'" + "' outfile='" +
84
String filedata = readFile(
docfile
);
111
System.err.println(
docfile
+ ":" + lineno + ": error parsing
docfile
");
113
System.err.println(
docfile
+ ":" + lineno + ":" + line);
128
Comment comment = new Comment(commentText, null, new SourcePositionInfo(
docfile
, lineno, 1));
SampleCode.java
254
DocFile
.writePage(filename, rel, mDest + "index" + Doclava.htmlExtension, hdf);
Completed in 203 milliseconds