diff options
author | Davyd Madeley <davyd@madeley.id.au> | 2009-02-17 13:42:35 +0900 |
---|---|---|
committer | Davyd Madeley <davyd@madeley.id.au> | 2009-02-17 13:42:35 +0900 |
commit | b378a19d1744462d128dc14dece48fed2fb003ce (patch) | |
tree | 96f0e1b6667b52a85ab67d109329274332378751 /doc/templates/interface.html | |
parent | c27b8064b712420130f4626835e51751dc123868 (diff) |
Report Access for properties
Diffstat (limited to 'doc/templates/interface.html')
-rw-r--r-- | doc/templates/interface.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/templates/interface.html b/doc/templates/interface.html index ee952435..f4f1d185 100644 --- a/doc/templates/interface.html +++ b/doc/templates/interface.html @@ -138,6 +138,7 @@ $property.short_name — $property.dbus_type #if $property.type: (<a href="$property.get_url()" title="$property.get_title()">$property.get_type().short_name</a>) </h2> + <div class="access">$property.get_access()</div> $property.get_added_html() $property.get_deprecated_html() |