#include "types.h"
Go to the source code of this file.
Functions | |
void | parsePythonCode (CodeOutputInterface &, const char *, const QCString &, bool, const char *, FileDef *fd, int startLine, int endLine, bool inlineFragment, MemberDef *memberDef, bool showLineNumbers, Definition *searchCtx, bool collectXRefs) |
void | resetPythonCodeParserState () |
void parsePythonCode | ( | CodeOutputInterface & | , |
const char * | , | ||
const QCString & | , | ||
bool | , | ||
const char * | , | ||
FileDef * | fd, | ||
int | startLine, | ||
int | endLine, | ||
bool | inlineFragment, | ||
MemberDef * | memberDef, | ||
bool | showLineNumbers, | ||
Definition * | searchCtx, | ||
bool | collectXRefs | ||
) |
Definition at line 4164 of file pycode.cpp.
void resetPythonCodeParserState | ( | ) |
Definition at line 4123 of file pycode.cpp.