9 lines · html
1{# This template defines sidebar which can be used to provide common links on2 all documentation pages. #}3 4<h3>Documentation</h3>5 6<ul class="want-points">7 <li><a href="https://openmp.llvm.org/Reference.pdf">OpenMP Runtime Library Reference</a></li>8</ul>9