summaryrefslogtreecommitdiffstats
path: root/src/vhdlcode.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2009-08-20 10:04:05 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2009-08-20 10:04:05 (GMT)
commit1688ab7ec2a4165c7a6b9dd8531ee3ea98b9e4ee (patch)
treed86d1b7ef2284f53606076d27e1499e8e10e6b55 /src/vhdlcode.l
parent8c6ca30831818a77a6947baad63ab99cb8cd8c31 (diff)
downloadDoxygen-1688ab7ec2a4165c7a6b9dd8531ee3ea98b9e4ee.zip
Doxygen-1688ab7ec2a4165c7a6b9dd8531ee3ea98b9e4ee.tar.gz
Doxygen-1688ab7ec2a4165c7a6b9dd8531ee3ea98b9e4ee.tar.bz2
Release-1.6.0
Diffstat (limited to 'src/vhdlcode.l')
-rw-r--r--src/vhdlcode.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdlcode.l b/src/vhdlcode.l
index 42e657d..c5df9f0 100644
--- a/src/vhdlcode.l
+++ b/src/vhdlcode.l
@@ -337,7 +337,7 @@ static void writeWord(const char *word,const char* curr_class=0,bool classLink=F
static void codifyLines(const char *text,const char *cl=0,bool classlink=FALSE)
{
if (text==0) return;
- printf("codifyLines(%d,\"%s\")\n",g_yyLineNr,text);
+ //printf("codifyLines(%d,\"%s\")\n",g_yyLineNr,text);
const char *p=text,*sp=p;
char c;
bool done=FALSE;