diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-10-24 18:18:56 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-10-24 18:18:56 (GMT) |
commit | 79a5fb85eb38d8a4388c9a281a09549e7bcb8b78 (patch) | |
tree | a3e5426db07e417c276c043b1c2436f169045b49 /src/commentscan.l | |
parent | b7ae07dc2e3b4b635cc59a49d326a88d45f9206b (diff) | |
download | Doxygen-79a5fb85eb38d8a4388c9a281a09549e7bcb8b78.zip Doxygen-79a5fb85eb38d8a4388c9a281a09549e7bcb8b78.tar.gz Doxygen-79a5fb85eb38d8a4388c9a281a09549e7bcb8b78.tar.bz2 |
Release-1.4.5-20051024
Diffstat (limited to 'src/commentscan.l')
-rw-r--r-- | src/commentscan.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commentscan.l b/src/commentscan.l index fe7f171..e5830df 100644 --- a/src/commentscan.l +++ b/src/commentscan.l @@ -1636,7 +1636,7 @@ MAILADR [a-z_A-Z0-9.+\-]+"@"[a-z_A-Z0-9\-]+("."[a-z_A-Z0-9\-]+)+[a-z_A-Z0-9\-] { if (*yytext=='\n') yyLineNr++; addOutput('\n'); - //printf("functionProto=%s\n",functionProto.data()); + printf("functionProto=%s\n",functionProto.data()); langParser->parsePrototype(functionProto); BEGIN( Comment ); } |