From 1457d722218b07d021a108571659e8148f7141e8 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 14 Jul 2016 09:13:24 -0400 Subject: [PATCH] Update literate-xsl This makes changes necessary to new ref format (which includes arity). * src/graph.xsl: @ref function arity added * src/preproc/expand/expand-sequence.xsl: @ref function arity added * tools/literate-xsl: Submodule updated --- src/graph.xsl | 12 ++++++------ src/preproc/expand/expand-sequence.xsl | 26 +++++++++++++------------- tools/literate-xsl | 2 +- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/graph.xsl b/src/graph.xsl index 9f3036ea..40ffa22e 100644 --- a/src/graph.xsl +++ b/src/graph.xsl @@ -59,7 +59,7 @@ The resulting graph will be normalized with duplicate vertices and edges removed, making it suitable for ad hoc graph generation.@c - @footnote{This is done by calling @ref{graph:union}.} + @footnote{This is done by calling @ref{graph:union#1}.} --> @@ -208,7 +208,7 @@ Graph operations are usually performed on single packages, but it is occionally necessary to traverse packages to recurisvely resolve dependencies. - @ref{graph:dep-lookup} makes this easy: + @ref{graph:dep-lookup#3} makes this easy: TODO: Generic graph functions. --> @@ -247,10 +247,10 @@ @@ -295,7 +295,7 @@ @@ -201,7 +201,7 @@ expansions would never take place. Once expansion is complete, by the definition of - @ttref{eseq:is-expandable}, expansion will halt. + @ttref{eseq:is-expandable#1}, expansion will halt. -->