aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-12-26 23:49:41 +0100
committerSebastian Geerken <devnull@localhost>2014-12-26 23:49:41 +0100
commite705d0fa68041490d485cdc5b390ccf80e771722 (patch)
tree79dec6d5f834144914c19879f49babaa314d1c63 /doc
parent806a0bdfe4c8199d6b8b684e53d84d4723e775be (diff)
Minor changes (no actual code).
Diffstat (limited to 'doc')
-rw-r--r--doc/dw-interrupted-drawing.doc5
-rw-r--r--doc/dw-miscellaneous.doc10
2 files changed, 12 insertions, 3 deletions
diff --git a/doc/dw-interrupted-drawing.doc b/doc/dw-interrupted-drawing.doc
new file mode 100644
index 00000000..a0e2d5e7
--- /dev/null
+++ b/doc/dw-interrupted-drawing.doc
@@ -0,0 +1,5 @@
+/** \page dw-interrupted-drawing Interrupted drawing
+
+...
+
+*/
diff --git a/doc/dw-miscellaneous.doc b/doc/dw-miscellaneous.doc
index 118f5024..489819ee 100644
--- a/doc/dw-miscellaneous.doc
+++ b/doc/dw-miscellaneous.doc
@@ -10,11 +10,15 @@ General
A **widget allocation outside of the allocation of the parent** is
allowed, but the part outside is not visible.
-**Interrupted drawing:** ...
+**Interrupted drawing:** \ref dw-interrupted-drawing.
-Positioned element
-==================
+Positioned elements
+===================
**Positioned elements outside of the container:** ...
+**Relative positions:** ...
+
+**Fixed positions:** ...
+
*/