forked from qt-creator/qt-creator
Doc: Fix naming of .index files
Qt Creator Manual and Extending Qt Creator had the same project name, and therefore the same index file name. Also qdoc's "depends" configuration requires the index file to have the same name as the directory. Adapt the project names accordingly. Change-Id: Ie1ec8ede360e19e3ffd5c7dbea44344f0a631f68 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
project = "$IDE_DISPLAY_NAME"
|
||||
project = qtcreator
|
||||
description = "$IDE_DISPLAY_NAME Manual"
|
||||
url = http://doc.qt.io/$IDE_ID
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
project = "Qt Creator"
|
||||
project = qtcreator-dev
|
||||
description = "Extending Qt Creator Manual"
|
||||
|
||||
language = Cpp
|
||||
|
Reference in New Issue
Block a user