35 const char *scopeName,
39 const char *exampleName=0,
43 bool inlineFragment=
FALSE,
45 bool showLineNumbers=
TRUE,
50 parseXmlCode(codeOutIntf,scopeName,input,isExampleBlock,exampleName,
51 fileDef,startLine,endLine,inlineFragment,memberDef,
void startTranslationUnit(const char *)
Abstract interface for programming language parsers.
void resetCodeParserState()
void parseXmlCode(CodeOutputInterface &od, const char *, const QCString &s, bool, const char *exName, FileDef *fd, int startLine, int endLine, bool, MemberDef *, bool, Definition *searchCtx, bool)
void parsePrototype(const char *)
bool needsPreprocessing(const QCString &)
void resetXmlCodeParserState()
void parseInput(const char *, const char *, Entry *, bool, QStrList &)
void finishTranslationUnit()
void parseCode(CodeOutputInterface &codeOutIntf, const char *scopeName, const QCString &input, SrcLangExt, bool isExampleBlock, const char *exampleName=0, FileDef *fileDef=0, int startLine=-1, int endLine=-1, bool inlineFragment=FALSE, MemberDef *memberDef=0, bool showLineNumbers=TRUE, Definition *searchCtx=0, bool collectXRefs=TRUE)