Doc: edit macros documentation

Edit to use standard wording.
Use \a commands for attributes.

Change-Id: I90262bc12fe601df81c33a9a49cc8d0e8005407e
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Leena Miettinen
2013-09-06 17:23:10 +02:00
committed by Eike Ziller
parent 120bf88eab
commit 0c6636d291
3 changed files with 14 additions and 13 deletions

View File

@@ -44,8 +44,8 @@ using namespace Macros;
\brief The Macro class represents a macro, which is more or less a list of
Macros::MacroEvent.
A macro is a list of events that can be replayed in Qt Creator. A macro has
an header consisting of the Qt Creator version where the macro was created
A macro is a list of events that can be replayed in \QC. A macro has
an header consisting of the \QC version where the macro was created
and a description.
The name of the macro is the filename without the extension.
*/