From 23af07fd089541d5e520bec1482b037eff766bbe Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 14 Jul 2016 09:14:31 -0400 Subject: [PATCH] @{=>tt}ref for graph function refs * src/graph:xsl: All function @ref's replaced with @ttref --- src/graph.xsl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/graph.xsl b/src/graph.xsl index 40ffa22e..0a6bc836 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#1}.} + @footnote{This is done by calling @ttref{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#3} makes this easy: + @ttref{graph:dep-lookup#3} makes this easy: TODO: Generic graph functions. --> @@ -247,10 +247,10 @@ @@ -295,7 +295,7 @@