summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/spec.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/site/spec.html b/site/spec.html
index 0222acc..7dcc957 100644
--- a/site/spec.html
+++ b/site/spec.html
@@ -604,10 +604,6 @@ and for my.nephews.car.id is String (no schema key matches, so the default of St
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>
- <li>
<code>location(conf: Configuration, key: String) -&gt; Optional&lt;Location&gt;</code><br>
Location of the definition of <code>key</code> in the configuration (file and line number).
Useful for reporting invalid values when