-
- All Implemented Interfaces:
public class CppCommentParser2
-
-
Field Summary
Fields Modifier and Type Field Description public final static CppCommentParser2INSTANCE
-
Method Summary
Modifier and Type Method Description final List<CppClassComments>parseComments(File file)final List<CppClassComments>parseCommentsFile(File cppFile)-
-
Method Detail
-
parseComments
final List<CppClassComments> parseComments(File file)
-
parseCommentsFile
final List<CppClassComments> parseCommentsFile(File cppFile)
-
-
-
-