summaryrefslogtreecommitdiffstats
path: root/src/declinfo.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-03-26 18:52:22 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-03-26 18:52:22 (GMT)
commit463cf5c8bf92db792652bc1e4ba6b59cb7b17bc2 (patch)
tree888e1c2b9f5a4b736dacc9a4ec34b94ac3849757 /src/declinfo.l
parent293f58696c0a5c25e312cd658ed8ddef4049a7b9 (diff)
downloadDoxygen-463cf5c8bf92db792652bc1e4ba6b59cb7b17bc2.zip
Doxygen-463cf5c8bf92db792652bc1e4ba6b59cb7b17bc2.tar.gz
Doxygen-463cf5c8bf92db792652bc1e4ba6b59cb7b17bc2.tar.bz2
Release-1.1.1-20000326
Diffstat (limited to 'src/declinfo.l')
-rw-r--r--src/declinfo.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declinfo.l b/src/declinfo.l
index 67f537c..a964bf9 100644
--- a/src/declinfo.l
+++ b/src/declinfo.l
@@ -1,6 +1,6 @@
/******************************************************************************
*
- * $Id$
+ *
*
* Copyright (C) 1997-2000 by Dimitri van Heesch.
*
@@ -93,7 +93,7 @@ static int yyread(char *buf,int max_size)
%}
B [ \t]
-ID [a-z_A-Z][a-z_A-Z0-9]*
+ID ([a-z_A-Z][a-z_A-Z0-9]*)|(@[0-9]+)
%option noyywrap