From 45da8a57d574575f8c743dcd0b08e071f2c30710 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Thu, 18 Jun 2015 13:59:38 +0200 Subject: Doc: Mark up color code Add \c before color code, break one line that was too long Change-Id: Ic5b2fe86919634969b5e5bc35c73d70d2ceab2fb Reviewed-by: Leena Miettinen --- doc/src/editors/creator-editors-writing-code.qdoc | 9 +++++---- 1 file 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} -- cgit v1.2.3