summaryrefslogtreecommitdiffstats
path: root/src/code.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/code.h')
-rw-r--r--src/code.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code.h b/src/code.h
index 78257be..494978e 100644
--- a/src/code.h
+++ b/src/code.h
@@ -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