mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
7facd81967
- Work in progress, this is mostly important because it lets us incrementally migrate the remaining documentation. - Lots of styling, editing, and integration work yet to come… - PR12589 llvm-svn: 155133
14 lines
369 B
HTML
14 lines
369 B
HTML
{% extends "!layout.html" %}
|
|
|
|
{% block extrahead %}
|
|
<style type="text/css">
|
|
table.right { float: right; margin-left: 20px; }
|
|
table.right td { border: 1px solid #ccc; }
|
|
</style>
|
|
{% endblock %}
|
|
|
|
{% block rootrellink %}
|
|
<li><a href="http://llvm.org/">LLVM Home</a> | </li>
|
|
<li><a href="{{ pathto('index') }}">Documentation</a>»</li>
|
|
{% endblock %}
|