[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:53:49 PDT 2025
pawosm-arm wrote:
> > Something to consider: maybe we should introduce the use of something like this? https://github.com/cpuguy83/go-md2man
>
> This seems somewhat simpler: https://kristaps.bsd.lv/lowdown
>From the other side, the manpage flang-doc generates from markdown demonstrates that we are able to make markdown to manpage conversion without engaging any external tools. What we lack is an input which could establish the correct structure, something that clang has (see https://github.com/llvm/llvm-project/blob/main/clang/docs/CommandGuide/clang.rst) but in the markdown format. I'd rather see this PR introducing a stub for such content rather than generating a substantial in size content made of something which isn't a manpage.
https://github.com/llvm/llvm-project/pull/141882
More information about the flang-commits
mailing list