summaryrefslogtreecommitdiffstats
path: root/src/doc/src/declarative/anchor-layout.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/src/declarative/anchor-layout.qdoc')
-rw-r--r--src/doc/src/declarative/anchor-layout.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc/src/declarative/anchor-layout.qdoc b/src/doc/src/declarative/anchor-layout.qdoc
index a1c83cec..8aff358a 100644
--- a/src/doc/src/declarative/anchor-layout.qdoc
+++ b/src/doc/src/declarative/anchor-layout.qdoc
@@ -124,7 +124,8 @@ edge, the margin is not applied.
For performance reasons, you can only anchor an item to its siblings and direct parent. For example,
the following anchor is invalid and would produce a warning:
-\badcode
+\code
+//bad code
Item {
id: group1
Rectangle { id: rect1; ... }