diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-07-14 09:14:31 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-07-14 09:16:17 -0400 |
commit | 23af07fd089541d5e520bec1482b037eff766bbe (patch) | |
tree | 89a654696bcbbb67d6efa6431daca6ac088ac64f | |
parent | 1457d722218b07d021a108571659e8148f7141e8 (diff) | |
download | tame-23af07fd089541d5e520bec1482b037eff766bbe.tar.gz tame-23af07fd089541d5e520bec1482b037eff766bbe.tar.bz2 tame-23af07fd089541d5e520bec1482b037eff766bbe.zip |
@{=>tt}ref for graph function refs
* src/graph:xsl: All function @ref's replaced with @ttref
-rw-r--r-- | src/graph.xsl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/graph.xsl b/src/graph.xsl index 40ffa22..0a6bc83 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}.} --> <function name="graph:make-from-vertices" as="element( preproc:sym-deps )"> @@ -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 @@ </function> <!-- - @ref{graph:dep-lookup#3} can be used together with the convenience - function @ref{graph:make-from-deps#2} to produce a graph that + @ttref{graph:dep-lookup#3} can be used together with the convenience + function @ttref{graph:make-from-deps#2} to produce a graph that contains all dependencies for a given symbol list. - Used together with @ref{graph:reverse#1}, + Used together with @ttref{graph:reverse#1}, a reverse dependency graph can be easily created that provides a useful ``used by'' relationship. --> @@ -295,7 +295,7 @@ <!-- The provided graph lookups are constructors that use symbols to locate a graph. Using partial application, they are convenient for - use in @ref{graph:dep-lookup#3} to resolve external graphs. + use in @ttref{graph:dep-lookup#3} to resolve external graphs. --> <!-- |