We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c143e2e commit ac90ce3Copy full SHA for ac90ce3
tex/generic/pgf/graphdrawing/lua/pgf/gd/doc.lua
@@ -112,7 +112,9 @@ end
112
-- Adds an example to the |examples| field of the last key selected
113
-- through the |key| command.
114
--
115
--- @param input either a string of example or a table with two fields - "code" and "options".
+-- @param input either a string of example or a table with two fields:
116
+-- "code" and "options".
117
+
118
function doc.example (input)
119
local examples = rawget(current_key, "examples") or {}
120
examples[#examples + 1] = input
0 commit comments