diff options
author | David Boddie <david.boddie@nokia.com> | 2011-01-20 17:39:20 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-01-20 17:39:20 (GMT) |
commit | 92e0bfee7efb1505dbff6860f925445214fc7a54 (patch) | |
tree | 0e08b39a35ac9f49f0c0de200238d74189e25da7 /tools/qdoc3/main.cpp | |
parent | e7e95bf64a4e513dd423acc38be615501ef76eac (diff) | |
download | Qt-92e0bfee7efb1505dbff6860f925445214fc7a54.zip Qt-92e0bfee7efb1505dbff6860f925445214fc7a54.tar.gz Qt-92e0bfee7efb1505dbff6860f925445214fc7a54.tar.bz2 |
Enabled syntax highlighting by default.
Removed the linksinmarkup configuration option because it was not
introduced in all relevant places.
Diffstat (limited to 'tools/qdoc3/main.cpp')
-rw-r--r-- | tools/qdoc3/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qdoc3/main.cpp b/tools/qdoc3/main.cpp index 8193d2d..5b50a2a 100644 --- a/tools/qdoc3/main.cpp +++ b/tools/qdoc3/main.cpp @@ -148,7 +148,6 @@ static void processQdocconfFile(const QString &fileName) ++i; } config.setStringList(CONFIG_SYNTAXHIGHLIGHTING, QStringList(slow ? "true" : "false")); - config.setStringList(CONFIG_LINKSINMARKUP, QStringList(slow ? "true" : "false")); config.setStringList(CONFIG_SHOWINTERNAL, QStringList(showInternal ? "true" : "false")); config.setStringList(CONFIG_OBSOLETELINKS, |