summaryrefslogtreecommitdiffstats
path: root/src/code.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-02-11 18:24:41 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-02-11 18:24:41 (GMT)
commitd27070014e0f36246e7eec3899c7d55503b1a05a (patch)
treef98b164f024c28a0d6378b68142ed268239dba97 /src/code.l
parentf376c26e3dbe33a773a2f424df4b9c62c8c880ef (diff)
downloadDoxygen-d27070014e0f36246e7eec3899c7d55503b1a05a.zip
Doxygen-d27070014e0f36246e7eec3899c7d55503b1a05a.tar.gz
Doxygen-d27070014e0f36246e7eec3899c7d55503b1a05a.tar.bz2
Release-1.2.5-20010211
Diffstat (limited to 'src/code.l')
-rw-r--r--src/code.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code.l b/src/code.l
index 53e3ff5..14b738e 100644
--- a/src/code.l
+++ b/src/code.l
@@ -809,7 +809,7 @@ TYPEKW ("bool"|"char"|"double"|"float"|"int"|"long"|"short"|"signed"|"unsigned"
if (!g_insideTemplate)
BEGIN( ClassName );
}
-<ReadInclude>[a-z_A-Z0-9.]+(("/"[a-z_A-Z0-9.]+)*)/(">"|"\"") {
+<ReadInclude>[^\n\"\>]+/(">"|"\"") {
//FileInfo *f;
bool ambig;
FileDef *fd;