diff options
Diffstat (limited to 'src/code.h')
-rw-r--r-- | src/code.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,6 +24,7 @@ class OutputList; class FileDef; extern void parseCode(OutputList &,const char *,const QCString &, - bool ,const char *,FileDef *fd=0); + bool ,const char *,FileDef *fd=0, + int startLine=-1,int endLine=-1,bool inlineFragment=FALSE); extern void initParseCodeContext(); #endif |