diff options
Diffstat (limited to 'src/code.h')
-rw-r--r-- | src/code.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,10 +21,10 @@ #include "qtbc.h" #include <stdio.h> -class OutputList; +class OutputDocInterface; class FileDef; -extern void parseCode(OutputList &,const char *,const QCString &, +extern void parseCode(OutputDocInterface &,const char *,const QCString &, bool ,const char *,FileDef *fd=0, int startLine=-1,int endLine=-1,bool inlineFragment=FALSE); extern void initParseCodeContext(); |