summaryrefslogtreecommitdiffstats
path: root/src/serialport/doc
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-02-24 18:29:36 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-26 13:29:24 +0100
commit2146431955ea3098efd6f2ffd2654354b3c86513 (patch)
tree0cef8cc4682462f9a801e335145ee6476b2dd51f /src/serialport/doc
parentd0e372d45bf59bac9db83bcf3c5c3520336d1d36 (diff)
Refactor the documentation management for the source
* Other submodules use qtsubmodule.qdocconf instead of submodule.qdocconf * They also use the QMAKE_DOCS variable to set that to the qtsubmodule.qdocconf * They do not have .pri files for the doc folder * They do not use the QT5DOC variable with "indexes" either. It should have been indices with proper English, anyway. * This also eliminates a warning about the "docs" target duplication The docs is not fully complete yet, but the work is in progress. This is the first step. Change-Id: If33073d367fa7971fb57169d498f005766c166a9 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'src/serialport/doc')
-rw-r--r--src/serialport/doc/doc.pri7
-rw-r--r--src/serialport/doc/qtserialport.qdocconf (renamed from src/serialport/doc/serialport.qdocconf)4
2 files changed, 0 insertions, 11 deletions
diff --git a/src/serialport/doc/doc.pri b/src/serialport/doc/doc.pri
deleted file mode 100644
index a2097b7f..00000000
--- a/src/serialport/doc/doc.pri
+++ /dev/null
@@ -1,7 +0,0 @@
-OTHER_FILES += $$PWD/serialport.qdocconf
-
-docs_target.target = docs
-docs_target.commands = qdoc3 $$PWD/serialport.qdocconf
-
-QMAKE_EXTRA_TARGETS = docs_target
-QMAKE_CLEAN += "-r $$PWD/html"
diff --git a/src/serialport/doc/serialport.qdocconf b/src/serialport/doc/qtserialport.qdocconf
index ac69514c..36e0820c 100644
--- a/src/serialport/doc/serialport.qdocconf
+++ b/src/serialport/doc/qtserialport.qdocconf
@@ -6,10 +6,6 @@ headerdirs = ./src ../src
imagedirs = ./src/images
sourcedirs = ./src ../src
-# The index file contains links to the Qt 5 documentation.
-# Point to the any .index file to cross link to other projects
-indexes = $QT5DOC/doc/html/qt.index
-
Cpp.ignoretokens = \
Q_SERIALPORT_EXPORT