From 7772386f23af7cdf7d29ee99476c1e45ded28118 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Wed, 6 Apr 2016 23:13:13 -0400 Subject: [PATCH] tag: Add better documentation --- docs/images/tag_props.svg | 273 ++++++++++++++++++++++++++++++++++++++ objects/tag.c | 2 + 2 files changed, 275 insertions(+) create mode 100644 docs/images/tag_props.svg diff --git a/docs/images/tag_props.svg b/docs/images/tag_props.svg new file mode 100644 index 000000000..fa4a16a78 --- /dev/null +++ b/docs/images/tag_props.svg @@ -0,0 +1,273 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + Gaps + + Work area + + + + + Screen padding + + Master width factor + + + + + Masters + + + + Screen area + Columns + diff --git a/objects/tag.c b/objects/tag.c index c04314992..31cf8eff9 100644 --- a/objects/tag.c +++ b/objects/tag.c @@ -24,6 +24,8 @@ * Furthermore to the classes described here, one can also use signals as * described in @{signals}. * + * ![Client geometry](../images/tag_props.svg) + * * Some signal names are starting with a dot. These dots are artefacts from * the documentation generation, you get the real signal name by * removing the starting dot.