|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.pdx.cs399J.grader.APIDocumentationDoclet
public class APIDocumentationDoclet
This doclet extracts the API documentation (Javadocs) from a student's project submission and produces a text summary of them. It is used for grading a student's Javadocs.
| Constructor Summary | |
|---|---|
APIDocumentationDoclet()
|
|
| Method Summary | |
|---|---|
static int |
optionLength(String option)
Since there are no options, we always return zero. |
static boolean |
start(RootDoc root)
Print out a summary of each class, field, and method to standard out. |
static boolean |
validOptions(String[][] options,
DocErrorReporter reporter)
This doclet has no valid options |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public APIDocumentationDoclet()
| Method Detail |
|---|
public static boolean validOptions(String[][] options,
DocErrorReporter reporter)
public static int optionLength(String option)
public static boolean start(RootDoc root)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||