diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-01-29 15:29:55 +0100 |
---|---|---|
committer | Kai Koehne <kai.koehne@digia.com> | 2013-02-07 12:40:37 +0100 |
commit | fb3b01d888240c19661dbe7d7dcfb8ed53bad9cb (patch) | |
tree | 6c505af3ac94c6eae574e1e5760cb776200010d1 /doc/doxygen | |
parent | 56582e8c06ad0fb29e252a72a904bf481dd9e2c6 (diff) | |
download | qt-creator-fb3b01d888240c19661dbe7d7dcfb8ed53bad9cb.tar.gz |
Replace com.nokia.qtcreator with org.qt-project.qtcreator
Task-number: QTCREATORBUG-8189
Change-Id: I1c882f55eed901620ef4944bf1789645b7cff34a
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'doc/doxygen')
-rw-r--r-- | doc/doxygen/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index a8dc1650ff..8cf8f3c817 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -843,7 +843,7 @@ DOCSET_FEEDNAME = "Qt Creator API" # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen # will append .docset to the name. -DOCSET_BUNDLE_ID = com.nokia.qt-creator +DOCSET_BUNDLE_ID = org.qt-project.qt-creator # If the GENERATE_HTMLHELP tag is set to YES, additional index files # will be generated that can be used as input for tools like the @@ -906,7 +906,7 @@ QCH_FILE = ../qch/qt-creator-api.qch # Qt Help Project output. For more information please see # http://doc.trolltech.com/qthelpproject.html#namespace -QHP_NAMESPACE = com.nokia.qtcreator.1382 +QHP_NAMESPACE = org.qt-project.qtcreator.1382 # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating # Qt Help Project output. For more information please see |