diff options
| author | Sergio Ahumada <[email protected]> | 2013-03-27 08:39:52 +0100 |
|---|---|---|
| committer | The Qt Project <[email protected]> | 2013-03-27 10:20:38 +0100 |
| commit | 7322fe27e160d21f4ef568e9b7f0e2eda5a682f5 (patch) | |
| tree | 86e7e7e4e164f32016c7723a901a56c34c011796 | |
| parent | 5d2a0eedb0a7f23ab9ef998c2da35b6be273764e (diff) | |
qdoc: Use 'org.qt-project.' prefix in namespace
Standarize the qdoc namespace to match all the others configurations.
Change-Id: I364d41f20084b77ab3805e72c870147c05da1d42
Reviewed-by: Jerome Pasion <[email protected]>
| -rw-r--r-- | src/tools/qdoc/doc/config/qdoc.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qdoc/doc/config/qdoc.qdocconf b/src/tools/qdoc/doc/config/qdoc.qdocconf index 6bbe9347492..84e9689f50a 100644 --- a/src/tools/qdoc/doc/config/qdoc.qdocconf +++ b/src/tools/qdoc/doc/config/qdoc.qdocconf @@ -20,7 +20,7 @@ tagfile = ../html/qdoc.tags qhp.projects = QDoc qhp.QDoc.file = qdoc.qhp -qhp.QDoc.namespace = qdoc.$QT_VERSION_TAG +qhp.QDoc.namespace = org.qt-project.qdoc.$QT_VERSION_TAG qhp.QDoc.virtualFolder = qdoc qhp.QDoc.indexTitle = QDoc Manual qhp.QDoc.indexRoot = |
