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
d450e4a5
Commit
d450e4a5
authored
Dec 08, 2011
by
Matthias Braun
Browse files
gen_docu: put hrules between nodes, separate flags by commas
parent
8c9921a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
scripts/gen_docu.py
View file @
d450e4a5
...
...
@@ -84,8 +84,12 @@ docu_template = env.from_string(
{% endfor %}
{% endif %}
</dl>
{% set comma = joiner(", ") %}
<h5>Flags</h5>
{% for flag in node.flags %} {{flag}} {% endfor %}
{% for flag in node.flags -%}
{{comma()}}{{flag}}
{%- endfor %}
<hr/>
</div>
{% endfor %}
</div></div>
...
...
scripts/style.css
View file @
d450e4a5
...
...
@@ -82,6 +82,12 @@ div.footer a {
color
:
#888
;
}
div
.section
hr
{
margin-top
:
30px
;
text-align
:
center
;
width
:
95%
;
}
a
{
color
:
#aa0000
;
text-decoration
:
underline
;
...
...
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