summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2013-01-05 12:25:25 +0000
committerAlex Merry <dev@randomguy3.me.uk>2013-01-05 12:26:02 +0000
commit93d7d6c686b683b8e920c79d05de759c5f18319e (patch)
treea2bbe6ee03b13412c934dc7a0556a68bd72ed1e9 /doc
parent6cc73faa9ebfc529a45a361482412ed7eba56960 (diff)
Use annotations to indicate optional properties
Also, add in tp:added elements where appropriate to indicate when things were added to the spec.
Diffstat (limited to 'doc')
-rw-r--r--doc/templates/interface.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/templates/interface.html b/doc/templates/interface.html
index c6b6062..b990afb 100644
--- a/doc/templates/interface.html
+++ b/doc/templates/interface.html
@@ -94,6 +94,7 @@
<td>$property.get_flag_summary()</td>
<td>
#if $property.is_deprecated: (deprecated)
+ #if $property.is_optional: (optional)
</td>
</tr>
#end for
@@ -416,6 +417,7 @@
$property.get_added()
$property.get_changed()
$property.get_deprecated()
+ $property.get_optional()
#if $property.emits_changed == $property.EMITS_CHANGED_UPDATES
<div class="annotation emits-changed emits-changed-updates">