summaryrefslogtreecommitdiffstats
path: root/src/vhdlcode.l
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2009-08-25 11:45:32 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2009-08-25 11:45:32 (GMT)
commit0c8b6ca69f951ce8c94902764cf036d6a79e5102 (patch)
tree1eb87ba34df4235398b79f257b2af06a38a3f2b2 /src/vhdlcode.l
parent347f313fd93041ce8acf08c4927cb763d5f2d3cd (diff)
downloadDoxygen-0c8b6ca69f951ce8c94902764cf036d6a79e5102.zip
Doxygen-0c8b6ca69f951ce8c94902764cf036d6a79e5102.tar.gz
Doxygen-0c8b6ca69f951ce8c94902764cf036d6a79e5102.tar.bz2
Release-1.6.1
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 c5df9f0..57d5eaf 100644
--- a/src/vhdlcode.l
+++ b/src/vhdlcode.l
@@ -579,7 +579,7 @@ static void startFontClass(const char *s)
static void writeFont(const char *s,const char* text)
{
if (s==0 || text==0) return;
- printf("writeFont(%d,\"%s\")\n",g_yyLineNr,text);
+ //printf("writeFont(%d,\"%s\")\n",g_yyLineNr,text);
g_code->startFontClass(s);
g_code->codify(text);
g_code->endFontClass();