Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
62455af0
Commit
62455af0
authored
Nov 26, 2014
by
Matthias Braun
Browse files
fix nodes.html for input/output changes
parent
267efae4
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/templates/nodes.html
View file @
62455af0
...
...
@@ -15,7 +15,7 @@
<h5>
Inputs
</h5>
<dl>
{% for input in node.ins %}
<dt>
{{input
[0]
}}
</dt><dd>
{{input
[1]
}}
</dd>
<dt>
{{input
.name
}}
</dt><dd>
{{input
.comment
}}
</dd>
{% endfor %}
{% if node.arity == "variable" %}
<dt>
...
</dt><dd>
additional inputs (oparity_variable)
</dd>
...
...
@@ -27,7 +27,7 @@
<h5>
Outputs
</h5>
<dl>
{% for output in node.outs %}
<dt>
{{output
[0]
}}
</dt><dd>
{{output
[1]
}}
</dd>
<dt>
{{output
.name
}}
</dt><dd>
{{output
.comment
}}
</dd>
{% endfor %}
</dl>
{% endif %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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