summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Hyperedge.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Hyperedge.lua')
-rw-r--r--Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Hyperedge.lua20
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Hyperedge.lua b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Hyperedge.lua
index cc265023fa5..3819e193689 100644
--- a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Hyperedge.lua
+++ b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Hyperedge.lua
@@ -11,7 +11,7 @@
----
+---
-- @section subsection {Hyperedges}
--
-- @end
@@ -28,19 +28,19 @@ declare {
key = "hyper",
layer = -10,
- summary = [["
- A \emph{hyperedge} of a graph does not connect just two nodes, but
- is any subset of the node set (although a normal edge is also a
- hyperedge that happens to contain just two nodes). Internally, a
- collection of kind |hyper| is created. Currently, there is
- no default renderer for hyper edges.
+ summary = [["
+ A \emph{hyperedge} of a graph does not connect just two nodes, but
+ is any subset of the node set (although a normal edge is also a
+ hyperedge that happens to contain just two nodes). Internally, a
+ collection of kind |hyper| is created. Currently, there is
+ no default renderer for hyper edges.
"]],
documentation = [["
\begin{codeexample}[code only]
\graph {
% The nodes:
a, b, c, d;
-
+
% The edges:
{[hyper] a,b,c};
{[hyper] b,c,d};
@@ -50,7 +50,7 @@ declare {
\end{codeexample}
"]]
}
-
--- Done
+
+-- Done
return Hyperedge \ No newline at end of file