Package edu.hm.hafner.analysis.parser
Class DoxygenParser
java.lang.Object
edu.hm.hafner.analysis.IssueParser
edu.hm.hafner.analysis.LookaheadParser
edu.hm.hafner.analysis.parser.Gcc4CompilerParser
edu.hm.hafner.analysis.parser.DoxygenParser
- All Implemented Interfaces:
Serializable
A parser for Doxygen.
- Author:
- Ladislav Moravek
- See Also:
-
Field Summary
Fields inherited from class edu.hm.hafner.analysis.LookaheadParser
ANT_TASK -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.hm.hafner.analysis.parser.Gcc4CompilerParser
createIssue, isLineInterestingMethods inherited from class edu.hm.hafner.analysis.LookaheadParser
parse, postProcess, preprocessLineMethods inherited from class edu.hm.hafner.analysis.IssueParser
accepts, equalsIgnoreCase, isXmlFile, parseFile
-
Constructor Details
-
DoxygenParser
public DoxygenParser()Creates a new instance ofDoxygenParser.
-