{% for lang in site.data.xpath_funs.langs %} ### {{ lang.name }} {{ lang.name }} functions are in the namespace `{{ lang.ns }}`.
Function name | Parameters | Description | Notes |
---|---|---|---|
{{ fun.name }} |
{% if fun.parameters.size == 0 %}
None
{% elsif fun.params_are_same_as %}
(Same as for `{{ fun.params_are_same_as }}`)
{% elsif fun.parameters.size == 1 %}
1: {{ fun.parameters[0].description }}
{% else %}
|
{{ fun.description }} | {% if fun.notes_are_same_as %} (Same as for `{{ fun.notes_are_same_as }}`) {% else %} {{ fun.notes }} {% endif %} |