summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/spec.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/site/spec.html b/site/spec.html
index 0cc88b4..706e019 100644
--- a/site/spec.html
+++ b/site/spec.html
@@ -599,6 +599,11 @@ and for my.nephews.car.id is String (no schema key matches, so the default of St
in an arbitrary order.
</li>
<li>
+ <code>all_values(conf: Configuration) -&gt; List&lt;Pair&lt;String, String&gt;&gt;</code><br>
+ Returns a list of all defined keys in the configuration and their values,
+ in an arbitrary order.
+ </li>
+ <li>
<code>subkeys(conf: Configuration, key: String) -&gt; List&lt;String&gt;</code><br>
Equivalent to <code>keys(section(conf, key))</code> but may be implemented more efficiently.
</li>