apply/ref documentation syntax corrections

These problems won't happen in the future; they were unchecked because
documentation wasn't being generated.
master
Mike Gerwitz 2014-12-19 14:26:53 -05:00
parent f522a78ed1
commit 6900181363
1 changed files with 5 additions and 5 deletions

View File

@ -39,9 +39,9 @@
@end example @end example
where the @var{target} node shares the same QName as the function to where the @var{target} node shares the same QName as the function to
be applied, and @var{@arity} is its arity. @var{@length} caches the be applied, and @var{@@arity} is its arity. @var{@@length} caches
number of items (in a sequence) that make up the reference; it can the number of items (in a sequence) that make up the reference; it
be retrieved with @code{f:length}. The @var{f:ref} node may be can be retrieved with @code{f:length}. The @var{f:ref} node may be
decorated with additional attributes depending on its context or decorated with additional attributes depending on its context or
constructor. constructor.
@ -97,9 +97,9 @@
@enumerate @enumerate
@item Be an element of type @code{f:ref}; @item Be an element of type @code{f:ref};
@item Have a numeric @code{@arity}; and @item Have a numeric @code{@@arity}; and
@item Have a child target function node. @item Have a child target function node.
@enumerate @end enumerate
--> -->
<function name="f:is-ref" as="xs:boolean"> <function name="f:is-ref" as="xs:boolean">
<param name="fnref" as="item()*" /> <param name="fnref" as="item()*" />