aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-05-13 16:21:14 +0200
committerKai Koehne <kai.koehne@qt.io>2016-05-18 07:12:27 +0000
commit655b8ed6b247dca02f87f71cdc8703719b3b1e67 (patch)
tree792a00f6cbd47661941c248d452b0c4fb88954a1
parent2cb1a12be9221528196ec397babb7553f65de7bb (diff)
Doc: Align code snippets
Change-Id: Id543798e8c00840504116d9077288327ab0f6543 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
-rw-r--r--doc/qbs.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index b8d896910..a2043f8f1 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -300,7 +300,8 @@
\QBS project files are written using a QML dialect.
A very simple C++ hello world project looks like this:
- \code ---helloworld.qbs---
+ \code
+ ---helloworld.qbs---
import qbs 1.0
Application {