equal
deleted
inserted
replaced
1 /****************************************************************************** |
1 /****************************************************************************** |
2 * |
2 * |
3 * Copyright (C) 1997-2008 by Dimitri van Heesch. |
3 * Copyright (C) 1997-2010 by Dimitri van Heesch. |
4 * |
4 * |
5 * Permission to use, copy, modify, and distribute this software and its |
5 * Permission to use, copy, modify, and distribute this software and its |
6 * documentation under the terms of the GNU General Public License is hereby |
6 * documentation under the terms of the GNU General Public License is hereby |
7 * granted. No representations are made about the suitability of this software |
7 * granted. No representations are made about the suitability of this software |
8 * for any purpose. It is provided "as is" without express or implied warranty. |
8 * for any purpose. It is provided "as is" without express or implied warranty. |
1477 } |
1477 } |
1478 |
1478 |
1479 void parseVhdlCode(CodeOutputInterface &od,const char *className,const QCString &s, |
1479 void parseVhdlCode(CodeOutputInterface &od,const char *className,const QCString &s, |
1480 bool exBlock, const char *exName,FileDef *fd, |
1480 bool exBlock, const char *exName,FileDef *fd, |
1481 int startLine,int endLine,bool inlineFragment, |
1481 int startLine,int endLine,bool inlineFragment, |
1482 MemberDef *memberDef) |
1482 MemberDef *memberDef,bool) |
1483 { |
1483 { |
1484 //printf("***parseCode() exBlock=%d exName=%s fd=%p\n",exBlock,exName,fd); |
1484 //printf("***parseCode() exBlock=%d exName=%s fd=%p\n",exBlock,exName,fd); |
1485 if (s.isEmpty()) return; |
1485 if (s.isEmpty()) return; |
1486 if (memberDef) |
1486 if (memberDef) |
1487 { |
1487 { |