summaryrefslogtreecommitdiff
path: root/src/plugins/macros/macro.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-09-06 17:23:10 +0200
committerEike Ziller <eike.ziller@digia.com>2013-09-26 10:33:03 +0200
commit0c6636d29149f9c8dc947fa52637976fda7e96f7 (patch)
tree64c20f7e6c8035eb94d950de16ce8cb499fc1a83 /src/plugins/macros/macro.cpp
parent120bf88eab1329f113e26e3cbaefa8dfa6652bbb (diff)
downloadqt-creator-0c6636d29149f9c8dc947fa52637976fda7e96f7.tar.gz
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>
Diffstat (limited to 'src/plugins/macros/macro.cpp')
-rw-r--r--src/plugins/macros/macro.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/macros/macro.cpp b/src/plugins/macros/macro.cpp
index a345f06e20..0443e850e6 100644
--- a/src/plugins/macros/macro.cpp
+++ b/src/plugins/macros/macro.cpp
@@ -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.
*/