summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/spec.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/site/spec.html b/site/spec.html
index ed02ad1..6e14064 100644
--- a/site/spec.html
+++ b/site/spec.html
@@ -406,9 +406,13 @@ time = 35 min
<h2>API recommendations</h2>
<p>
- The following functions are (lightly) recommended
- in any general-purpose library for parsing POM files
- (their exact names/signatures can be changed to fit the style of the language).
+ The following functions are recommended
+ in any general-purpose library for parsing POM files.
+ Their exact names/signatures can be changed to fit the style of the language.
+ The main important point here is that the functions <code>get_int</code>,
+ <code>get_uint</code>, <code>get_float</code>, <code>get_bool</code> must
+ accept exactly the format described below for integers/floating-point numbers/booleans
+ (otherwise changing between libraries could subtly change which configurations are valid).
</p>
<ul>
<li>