Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
buildsupport
Commits
4b28e43c
Commit
4b28e43c
authored
Jul 24, 2016
by
Maxime Perrotin
Browse files
Complete string template for dot
parent
26a93905
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/iv.st
View file @
4b28e43c
...
...
@@ -4,7 +4,7 @@ interface_view(arrsFunctNames, arrsConnections) ::= <<
#
TASTE
Interface
View
#
Save
this
output
to
file
.
dot
and
run
"neato file.dot -Tpng -o out.png"
graph
interfaceview
{
di
graph
interfaceview
{
<
arrsFunctNames:
{each| <each
>
[
shape
=
box
,
label
=
"<each>"
];};
separator=
"\n"
>
<
arrsConnections
;
separator=
"\n"
>
...
...
@@ -12,5 +12,5 @@ graph interfaceview {
>>
connection
(
sFrom
,
sTo
,
arrsMessages
)
:
:=
<<
<
sFrom
>
->
<
sTo
>
[
label
=
"[<arrsMessages; separator="
,\
n
">]"
];
<
sFrom
>
->
<
sTo
>
[
label
=
"[<arrsMessages; separator="
,\
n
">]"
];
>>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment