diff options
Diffstat (limited to 'site/spec.html')
-rw-r--r-- | site/spec.html | 4 |
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) -> List<String></code><br> - Equivalent to <code>keys(section(conf, key))</code> but may be implemented more efficiently. - </li> - <li> <code>location(conf: Configuration, key: String) -> Optional<Location></code><br> Location of the definition of <code>key</code> in the configuration (file and line number). Useful for reporting invalid values when |