summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2012-03-09 13:34:41 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-09 05:07:23 +0100
commit8f838dce6ee726297230666a9ddfa58c75138665 (patch)
tree1329ca940b6747c749e4cab209f9ab44c4f04c0b /doc
parent59899eb9b8b7a68b3284fe9fe59b8a1e2610f6cf (diff)
Docs: fix \e problem by not including compat.qdocconf file.
Change-Id: I24e7031a0138be40caa2b3e2edc98ec53489850c Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/config/qtsensors.qdocconf2
-rw-r--r--doc/src/qtsensors.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/config/qtsensors.qdocconf b/doc/config/qtsensors.qdocconf
index c2bf8689..7253835c 100644
--- a/doc/config/qtsensors.qdocconf
+++ b/doc/config/qtsensors.qdocconf
@@ -1,4 +1,4 @@
-include(compat.qdocconf)
+#include(compat.qdocconf)
include(macros.qdocconf)
include(qt-cpp-ignore.qdocconf)
include(qt-defines.qdocconf)
diff --git a/doc/src/qtsensors.qdoc b/doc/src/qtsensors.qdoc
index 342a7999..f67410cb 100644
--- a/doc/src/qtsensors.qdoc
+++ b/doc/src/qtsensors.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \page qtsensors.html
+ \page index-qtsensors.html
\title Qt Sensors
\brief The Qt Sensors API provides access to sensors via QML and C++ interfaces.
\ingroup technology-apis