diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-04-02 14:54:14 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-04-02 15:56:51 +0200 |
commit | 0ce7f8ac3dc09ae90ba8dd7d6627a0ad7a869040 (patch) | |
tree | 22d7ebdbebd71c4157f22610790e5580965f7a27 /src/x11extras/doc/qtx11extras.qdocconf | |
parent | 799621c0e235d41021b2785b690bfd0d1f44db11 (diff) | |
download | qtx11extras-0ce7f8ac3dc09ae90ba8dd7d6627a0ad7a869040.tar.gz |
doc: Minor changes to qdocconf filev5.1.0-alpha1
- substitute fixed version numbers with variables
- add url field
- add version field
- add description field
Change-Id: Ia77b944ce13f8fe911c4fb86c52640ebf748fc99
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: David Faure (KDE) <faure@kde.org>
Diffstat (limited to 'src/x11extras/doc/qtx11extras.qdocconf')
-rw-r--r-- | src/x11extras/doc/qtx11extras.qdocconf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/x11extras/doc/qtx11extras.qdocconf b/src/x11extras/doc/qtx11extras.qdocconf index da6fd58..1f40470 100644 --- a/src/x11extras/doc/qtx11extras.qdocconf +++ b/src/x11extras/doc/qtx11extras.qdocconf @@ -1,7 +1,10 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) # Name of the project which must match the outputdir. Determines the .index file -project = qtx11extras +project = qtx11extras +description = Qt X11 Extras Reference Documentation +url = http://qt-project.org/doc/qt-$QT_VER/qtx11extras +version = $QT_VERSION # Directories in which to search for files to document and images. # By default set to the root directory of the project for sources @@ -32,7 +35,7 @@ qhp.qtx11extras.file = qtx11extras.qhp # Namespace for the output file. This namespace is used to distinguish between # different documentation files in Creator/Assistant. -qhp.qtx11extras.namespace = org.qt-project.qtx11extras.500 +qhp.qtx11extras.namespace = org.qt-project.qtx11extras.$QT_VERSION_TAG # Title for the package, will be the main title for the package in # Assistant/Creator. |