equal
deleted
inserted
replaced
986 void resetFortranCodeParserState() {} |
986 void resetFortranCodeParserState() {} |
987 |
987 |
988 void parseFortranCode(CodeOutputInterface &od,const char *className,const QCString &s, |
988 void parseFortranCode(CodeOutputInterface &od,const char *className,const QCString &s, |
989 bool exBlock, const char *exName,FileDef *fd, |
989 bool exBlock, const char *exName,FileDef *fd, |
990 int startLine,int endLine,bool inlineFragment, |
990 int startLine,int endLine,bool inlineFragment, |
991 MemberDef *memberDef) |
991 MemberDef *memberDef,bool) |
992 { |
992 { |
993 //printf("***parseCode() exBlock=%d exName=%s fd=%p\n",exBlock,exName,fd); |
993 //printf("***parseCode() exBlock=%d exName=%s fd=%p\n",exBlock,exName,fd); |
994 |
994 |
995 // used parameters |
995 // used parameters |
996 (void)memberDef; |
996 (void)memberDef; |