summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-18 13:59:38 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-22 09:15:13 +0000
commit45da8a57d574575f8c743dcd0b08e071f2c30710 (patch)
treee95133bef49b739f4ce8e8984d72a5f11bd073e2
parent3a623d7075cc75e02109433098196faa8883968d (diff)
downloadqt-creator-45da8a57d574575f8c743dcd0b08e071f2c30710.tar.gz
Doc: Mark up color code
Add \c before color code, break one line that was too long Change-Id: Ic5b2fe86919634969b5e5bc35c73d70d2ceab2fb Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--doc/src/editors/creator-editors-writing-code.qdoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/editors/creator-editors-writing-code.qdoc b/doc/src/editors/creator-editors-writing-code.qdoc
index 5ff48c84d6..8ee82d2229 100644
--- a/doc/src/editors/creator-editors-writing-code.qdoc
+++ b/doc/src/editors/creator-editors-writing-code.qdoc
@@ -65,16 +65,17 @@
\li \l{Indenting Text or Code}
- \QC indents text and code according to rules that you specify separately for
- files that contain C++ or QML code and for other text files.
+ \QC indents text and code according to rules that you
+ specify separately for files that contain C++ or QML code and for
+ other text files.
\li \l{Using Qt Quick Toolbars}
When you edit QML code in the code editor, you specify the
properties of QML components. For some properties, such as
colors and font names, this is not a trivial task. For example,
- few people can visualize the color #18793f. To easily edit these
- properties, you can use the Qt Quick Toolbars.
+ few people can visualize the color \c {#18793f}. To easily edit
+ these properties, you can use the Qt Quick Toolbars.
\li \l{Pasting and Fetching Code Snippets}