[flang-commits] [flang] [Flang] Add Sphinx man page and html support for Flang (PR #141882)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Tue Jun 3 11:32:52 PDT 2025
================
@@ -0,0 +1,21 @@
+Flang Manual Page (In Progress)
+==================================================
+
+.. note::
+ This man page is under development.
+
+For full documentation, please see the online HTML docs:
+
+https://flang.llvm.org/docs/
+
+TODO: This man page currently shows FlangCommandLineReference, will be ultimately replaced with finalized man page content.
----------------
tarunprabhu wrote:
I don't think this should be visible in the actual man page. It feels like a comment for developers, so may be something like this instead?
```suggestion
..
The placeholder text "FlangCommandLineReference" below should eventually be replaced with the actual man page contents.
```
https://github.com/llvm/llvm-project/pull/141882
More information about the flang-commits
mailing list