per-function doc as separate h2's

This commit is contained in:
John Kerl 2017-03-02 09:15:23 -05:00
parent e1acb10afa
commit c20290a075
4 changed files with 2270 additions and 269 deletions

View file

@ -329,7 +329,7 @@ static function_lookup_t FUNCTION_LOOKUP_TABLE[] = {
{FUNC_CLASS_TYPING, "is_present", 1,0, "True if field is present in input, false otherwise."},
{FUNC_CLASS_TYPING, "is_string", 1,0, "True if field is present with string (including empty-string) value"},
{FUNC_CLASS_TYPING, "asserting_absent", 1,0, "Returns argument if it is absent in the input ata, else throws an error."},
{FUNC_CLASS_TYPING, "asserting_absent", 1,0, "Returns argument if it is absent in the input data, else throws an error."},
{FUNC_CLASS_TYPING, "asserting_bool", 1,0, "Returns argument if it is present with boolean value, else throws an error."},
{FUNC_CLASS_TYPING, "asserting_boolean", 1,0, "Returns argument if it is present with boolean value, else throws an error."},
{FUNC_CLASS_TYPING, "asserting_empty", 1,0, "Returns argument if it is present in input with empty value, else throws an error."},

View file

@ -8,9 +8,11 @@ BUGFIXES
! windows port
* mlrfunc docsection:
- POKI_RUN_UNESCAPED
* rh/fedora/centos
* ship ./configure, w/ clean-target mods
? mlrfunc docsection?
* start a draft-5.1.0-relnotes.md
- incl. json-skip-arrays-on-input
@ -170,6 +172,7 @@ COMPARES:
5.2.0 IDEAS:
* json_encode / json_decode functions? (map->string and string->map)
- array handling ...
* strptime/strftime:
- strptime w/ fractional seconds. maybe %OS?

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff