summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d039fbe8..63a24bdf 100644
--- a/doc/templates/interface.html
+++ b/doc/templates/interface.html
@@ -418,6 +418,7 @@
$property.get_changed()
$property.get_deprecated()
+ #if not $property.immutable:
#if $property.emits_changed == $property.EMITS_CHANGED_UPDATES
<div class="annotation emits-changed emits-changed-updates">
When this property changes, the
@@ -436,6 +437,7 @@
signal is <strong>not</strong> emitted when this property changes.
</div>
#end if
+ #end if
#if $property.is_connection_parameter:
<div class="annotation connection-parameter">