summaryrefslogtreecommitdiff
path: root/doxygen.cfg.in
diff options
context:
space:
mode:
authorOlli Salli <ollisal@gmail.com>2011-05-25 17:55:59 +0300
committerOlli Salli <ollisal@gmail.com>2011-05-25 18:27:34 +0300
commit25cf160fb837ca96fccf8035bafa069056928de0 (patch)
tree7edc7544e9d25b8137bf077fe0ad1990ed1df917 /doxygen.cfg.in
parent05630f91b0cbdd9392b6a0f081b0512b8b716a53 (diff)
Make Qt crosslinks in uploaded docs point to doc.qt.nokia.com
Diffstat (limited to 'doxygen.cfg.in')
-rw-r--r--doxygen.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index 76ed1813..bcab815f 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -1212,7 +1212,7 @@ SKIP_FUNCTION_MACROS = YES
# FIXME: for some reason, doxygen doesn't seem to emit a doxygen= attribute at all
# in the <a> element if there is no location, in which case there is nothing for
# installdox to rewrite.
-TAGFILES = ${QT_TAGS_FILE}=/you/forgot/to/run/installdox/with/qt.tags/
+TAGFILES = ${QT_TAGS_FILE}=/you/forgot/to/run/installdox
# When a file name is specified after GENERATE_TAGFILE, doxygen will create
# a tag file that is based on the input files it reads.