[flang-commits] [flang] [Flang] Add Sphinx man page and html support for Flang (PR #141882)
Paul Osmialowski via flang-commits
flang-commits at lists.llvm.org
Mon Jun 2 05:27:33 PDT 2025
pawosm-arm wrote:
I'm in two minds here. I've tried this PR after forced push, yet nothing really has changed from my previous comment (there's still this `warning` word visible, and there's still unresolved `|VERSION|` token). But this isn't the main point here. The main point is that whatever `man flang` shows has a content indeed, quite extensive one, but it is not a manpage. It doesn't have the manpage structure. There are no `SYNOPSIS`, `DESCRIPTION`, `OPTIONS` or any other sections typical to a real manual page. Maybe at this step we should only create an empty stub (with only the `NAME` section) instead? Then in a followup PR it could be filled in with a contents similar to what `man clang` shows?
https://github.com/llvm/llvm-project/pull/141882
More information about the flang-commits
mailing list