[flang-commits] [flang] e5c9592 - [Flang][WWW] Add link to doxygen page
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Tue Feb 21 04:33:30 PST 2023
Author: Kiran Chandramohan
Date: 2023-02-21T12:26:58Z
New Revision: e5c959267a088307d641af5a0c072f06d8984df7
URL: https://github.com/llvm/llvm-project/commit/e5c959267a088307d641af5a0c072f06d8984df7
DIFF: https://github.com/llvm/llvm-project/commit/e5c959267a088307d641af5a0c072f06d8984df7.diff
LOG: [Flang][WWW] Add link to doxygen page
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D144433
Added:
Modified:
flang/docs/_templates/indexsidebar.html
Removed:
################################################################################
diff --git a/flang/docs/_templates/indexsidebar.html b/flang/docs/_templates/indexsidebar.html
index b6f7942e46bdd..77baac98d2626 100644
--- a/flang/docs/_templates/indexsidebar.html
+++ b/flang/docs/_templates/indexsidebar.html
@@ -21,6 +21,5 @@ <h3>Additional Links</h3>
<li><a href="https://github.com/llvm/llvm-project/tree/main/flang/">Github Repository</a></li>
<li><a href="https://bugs.llvm.org/">Bug Reports</a></li>
<li><a href="https://reviews.llvm.org/">Code Review</a></li>
-<! TODO: Have the bots setup first>
- <li><a href="#">Doxygen API</a></li>
+ <li><a href="https://flang.llvm.org/doxygen/">Doxygen API</a></li>
</ul>
More information about the flang-commits
mailing list