summaryrefslogtreecommitdiffstats
path: root/src/code.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-07-30 13:58:29 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-07-30 13:58:29 (GMT)
commit7ce8e31b7d4f831949f7061ef2808c867da4edd1 (patch)
tree2d71d4688e381dc8e0c968d120b25fdd0763c27e /src/code.l
parent422c14b6f19d70c78762ea571031f142acf9a972 (diff)
downloadDoxygen-7ce8e31b7d4f831949f7061ef2808c867da4edd1.zip
Doxygen-7ce8e31b7d4f831949f7061ef2808c867da4edd1.tar.gz
Doxygen-7ce8e31b7d4f831949f7061ef2808c867da4edd1.tar.bz2
Release-1.2.0-20000730
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 db0f554..ae0beeb 100644
--- a/src/code.l
+++ b/src/code.l
@@ -1506,7 +1506,7 @@ void parseCode(OutputList &ol,const char *className,const QCString &s,
g_searchingForBody = FALSE;
g_insideBody = FALSE;
g_bracketCount = 0;
- g_exampleFile = convertSlashes(g_exampleName,TRUE)+"-example";
+ g_exampleFile = convertFileName(g_exampleName)+"-example";
g_includeCodeFragment = inlineFragment;
startCodeLine(*g_code);
g_type.resize(0);