minor refactoring of CommentParser.java
This commit is contained in:
parent
2896938879
commit
0d66568ba3
12 changed files with 57 additions and 42 deletions
|
|
@ -19,9 +19,10 @@ public class doxygen_misc_constructs_runme {
|
|||
Here we are using internal javadoc tool, it accepts the name of the class as paramterer,
|
||||
and calls the start() method of that class with parsed information.
|
||||
*/
|
||||
commentParser parser = new commentParser();
|
||||
CommentParser parser = new CommentParser();
|
||||
com.sun.tools.javadoc.Main.execute("doxygen_misc_constructs runtime test",
|
||||
"commentParser", new String[]{"-quiet", "doxygen_misc_constructs"});
|
||||
"CommentParser",
|
||||
new String[]{"-quiet", "doxygen_misc_constructs"});
|
||||
|
||||
HashMap<String, String> wantedComments = new HashMap<String, String>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue