Doc: edit vcsbase docs

Remove \brief for \enum and \fn commands.
Use standard wording. Edit for style and grammar.

Change-Id: I338567241ddc7f90feaaf058dcd4dc9afdb8ca93
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Leena Miettinen
2013-09-10 15:46:58 +02:00
parent 62e98bf19f
commit ae72d4f88a
4 changed files with 26 additions and 21 deletions

View File

@@ -57,10 +57,10 @@ static void inline setComboBlocked(QComboBox *cb, int index)
fields like "reviewed-by:",
"signed-off-by:".
It displays them in a vertical row of combo/line edit fields
The widget displays the fields in a vertical row of combo boxes or line edit fields
that is modeled after the target address controls of mail clients.
When choosing a different field in the combo, a new row is opened if text
has been entered for the current field. Optionally, a "Browse..." button and
When choosing a different field in the combo box, a new row is opened if text
has been entered for the current field. Optionally, a \gui Browse button and
completer can be added.
*/