diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 5786d038c2e..99141c72c0b 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -1296,10 +1296,10 @@
console.png
Creates a hello-world-project with custom message.
Erzeugt ein Hello-Welt-Projekt mit einer Nachricht.
- Hello World;
- Hallo Welt;
- Custom Projects
- Benutzerdefinierte Projekte
+ Hello World;
+ Hallo Welt;
+ Custom Projects
+ Benutzerdefinierte Projekte
\endcode
@@ -1325,8 +1325,8 @@
\code
-
-
+
+
\endcode
@@ -1339,6 +1339,12 @@
variable is replaced with the string that users specify in the \gui Name
field on the first page of the wizard.
+ \o \c openproject indicates that the file is a project file which is to be opened
+ after the wizard has finished.
+
+ \o \c openeditor indicates that the file is to be opened in an editor after
+ the wizard has finished.
+
\endlist
\o The following code creates a page that specifies settings for the project:
@@ -1399,11 +1405,11 @@
Creates a QAbstractListModel implementation.
Erzeugt eine Implementierung von QAbstractListModel.
- QAbstractListModel implementation
- Implementierung von QAbstractListModel
+ QAbstractListModel implementation
+ Implementierung von QAbstractListModel
- Custom Classes
- Benutzerdefinierte Klassen
+ Custom Classes
+ Benutzerdefinierte Klassen
\endcode
@@ -1415,8 +1421,8 @@
\code
-
-
+
+
\endcode