Compare commits

..

1 Commits

Author SHA1 Message Date
ea8d089e80 Fix formatting of documentation 2020-10-01 09:57:41 +02:00

View File

@@ -14,7 +14,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defun conlanging//declare-node (t-node-text t-node-generation) (defun conlanging//declare-node (t-node-text t-node-generation)
"Declares a node in the graphviz source code. The nodes identifier will be "Declares a node in the graphviz source code. The nodes identifier will be
~node-generation~, and it will bear the label ~node-text~." `node-generation', and it will bear the label `node-text'."
(format "%d[label=\"%s\"];" t-node-generation (format "%d[label=\"%s\"];" t-node-generation
t-node-text)) t-node-text))