From 655b8ed6b247dca02f87f71cdc8703719b3b1e67 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 13 May 2016 16:21:14 +0200 Subject: Doc: Align code snippets Change-Id: Id543798e8c00840504116d9077288327ab0f6543 Reviewed-by: Leena Miettinen Reviewed-by: Jake Petroules --- doc/qbs.qdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- cgit v1.2.1