Files
llvm/openmp/docs/_templates/indexsidebar.html
Joseph Huber 1c4c21489f [OpenMP] Initial Support for OpenMP Webpage Documentation
Summary:
Adding support for generated html documentation for OpenMP. Changing
Cmake files to build the documentation and adding the base templates for
future documentation to be added.

Reviewers: jdoerfert

Subscribers: aaron.ballman arphaman guansong mgorny openmp-commits sstefan1 yaxunl

Tags: #OpenMP

Differential Revision: https://reviews.llvm.org/D87797
2020-09-18 16:32:22 -04:00

9 lines
263 B
HTML

{# This template defines sidebar which can be used to provide common links on
all documentation pages. #}
<h3>Documentation</h3>
<ul class="want-points">
<li><a href="https://openmp.llvm.org/Reference.pdf">OpenMP Runtime Library Reference</a></li>
</ul>