summaryrefslogtreecommitdiffstats
path: root/src/htags.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2005-05-16 10:07:22 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2005-05-16 10:07:22 (GMT)
commit530402f723b5426086bc8efdb9b7c6513e2ed3fa (patch)
tree4031df0b930759962f9126116d333cec031ca5cb /src/htags.cpp
parent5bd970b12ec39636593453d12e5b64bd935bbf38 (diff)
downloadDoxygen-530402f723b5426086bc8efdb9b7c6513e2ed3fa.zip
Doxygen-530402f723b5426086bc8efdb9b7c6513e2ed3fa.tar.gz
Doxygen-530402f723b5426086bc8efdb9b7c6513e2ed3fa.tar.bz2
Release-1.4.3
Diffstat (limited to 'src/htags.cpp')
-rw-r--r--src/htags.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htags.cpp b/src/htags.cpp
index 681e5b8..56b0a2d 100644
--- a/src/htags.cpp
+++ b/src/htags.cpp
@@ -66,7 +66,7 @@ bool Htags::execute(const QCString &htmldir)
/*
* Construct command line for htags(1).
*/
- QCString commandLine = " -g -s -a -n";
+ QCString commandLine = " -g -s -a -n ";
if (!quiet) commandLine += "-v ";
if (warnings) commandLine += "-w ";
if (!htagsOptions.isEmpty())