mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
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
9 lines
263 B
HTML
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>
|