aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qbs.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qbs.qdoc')
-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 {