Package de.fabmax.webidl.parser
Object CppCommentParser
-
- All Implemented Interfaces:
public class CppCommentParser
-
-
Field Summary
Fields Modifier and Type Field Description public final static CppCommentParserINSTANCE
-
Method Summary
Modifier and Type Method Description final List<CppComments>parseComments(File file)final List<CppComments>parseCommentsFile(File cppFile)-
-
Method Detail
-
parseComments
final List<CppComments> parseComments(File file)
-
parseCommentsFile
final List<CppComments> parseCommentsFile(File cppFile)
-
-
-
-