summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-08 21:09:31 +0000
committerKarl Berry <karl@freefriends.org>2019-05-08 21:09:31 +0000
commit3de6683607c3042def19b77ca8a338814d0a1575 (patch)
tree106d17a816c9eb899d2943cbadb33aa9b627f4ca /Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua
parent3e178d666f929257b38c4d6857bccf4076145c29 (diff)
pgf revert again to r49607, after mistaken update
git-svn-id: svn://tug.org/texlive/trunk@51047 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua')
-rw-r--r--Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua
index 8473eb3f109..8dfbae44850 100644
--- a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua
+++ b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua
@@ -18,7 +18,7 @@
-- |InterfaceToDisplay| use, in particular, the data structures
-- provided by this class.
--
--- @field binding This field stores the ``binding''. The graph drawing
+-- @field binding This field stores the ``binding.'' The graph drawing
-- system is ``bound'' to the display layer through such a binding (a
-- subclass of |Binding|). Such a binding can be thought of as a
-- ``driver'' in operating systems terminology: It is a small set of
@@ -28,7 +28,7 @@
-- completely new Lua instance.
--
-- @field scopes This is a stack of graph drawing scopes. All
--- interface methods refer to the top of this stack.
+-- interface methods refer to the top of this stack.
--
-- @field collection_kinds This table stores which collection kinds
-- have been defined together with their properties.
@@ -59,7 +59,7 @@ local InterfaceCore = {
-- The phase kinds
phase_kinds = {},
-
+
-- Internals for handling the options stack
option_stack = {},
option_cache_height = nil,
@@ -186,6 +186,6 @@ function InterfaceCore.convert(s,t)
end
--- Done
+-- Done
return InterfaceCore