diff -r d8fccb2cd802 -r 468f4c8d3d5b Orb/Doxygen/src/vhdlcode.h --- a/Orb/Doxygen/src/vhdlcode.h Fri Apr 23 20:47:58 2010 +0100 +++ b/Orb/Doxygen/src/vhdlcode.h Wed Aug 11 14:49:30 2010 +0100 @@ -11,7 +11,7 @@ void parseVhdlCode(CodeOutputInterface &,const char *,const QCString &, bool ,const char *,FileDef *fd=0, int startLine=-1,int endLine=-1,bool inlineFragment=FALSE, - MemberDef *memberDef=0); + MemberDef *memberDef=0,bool showLineNumbers=TRUE); void resetVhdlCodeParserState(); void codeFreeVhdlScanner();