From 690018136377d1f11c43a8bbb33ffcbc8cbb0b0c Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 19 Dec 2014 14:26:53 -0500 Subject: [PATCH] apply/ref documentation syntax corrections These problems won't happen in the future; they were unchecked because documentation wasn't being generated. --- src/apply/ref.xsl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/apply/ref.xsl b/src/apply/ref.xsl index e3c001e..962a940 100644 --- a/src/apply/ref.xsl +++ b/src/apply/ref.xsl @@ -39,9 +39,9 @@ @end example 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 - number of items (in a sequence) that make up the reference; it can - be retrieved with @code{f:length}. The @var{f:ref} node may be + be applied, and @var{@@arity} is its arity. @var{@@length} caches + the number of items (in a sequence) that make up the reference; it + can be retrieved with @code{f:length}. The @var{f:ref} node may be decorated with additional attributes depending on its context or constructor. @@ -97,9 +97,9 @@ @enumerate @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. - @enumerate + @end enumerate -->