summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectfilewizardextension.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-09-10 17:16:10 +0200
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-09-11 10:02:01 +0200
commit6b99d2bb7857cac2eb8f3b5f00ab575414d1b86a (patch)
tree997562c7c6a9b5715eba71fabf9097d79fda410e /src/plugins/projectexplorer/projectfilewizardextension.cpp
parentc5c501669fad9adce4a7628847ed352a1c098038 (diff)
downloadqt-creator-6b99d2bb7857cac2eb8f3b5f00ab575414d1b86a.tar.gz
Doc: edit projectexplorer API docs
Fix grammar, punctuation, and style issues. Use standard wording for QDoc commands. Remove \brief commands from function descriptions. Move some function descriptions directly above the functions, so that the \fn command can be removed. Change-Id: Iedf4f0041af24541a982241f99bd4906e86af916 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/projectfilewizardextension.cpp')
-rw-r--r--src/plugins/projectexplorer/projectfilewizardextension.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/projectfilewizardextension.cpp b/src/plugins/projectexplorer/projectfilewizardextension.cpp
index 3b7671d7ab..ea72628237 100644
--- a/src/plugins/projectexplorer/projectfilewizardextension.cpp
+++ b/src/plugins/projectexplorer/projectfilewizardextension.cpp
@@ -68,10 +68,10 @@
\brief The ProjectFileWizardExtension class implements the post-file
generating steps of a project wizard.
- Offers:
+ This class provides the following functions:
\list
\li Add to a project file (*.pri/ *.pro)
- \li Initialize a version control repository (unless the path is already
+ \li Initialize a version control system repository (unless the path is already
managed) and do 'add' if the VCS supports it.
\endlist