[flang-commits] [flang] [Flang] Add Sphinx man page and html support for Flang (PR #141882)

David Spickett via flang-commits flang-commits at lists.llvm.org
Tue Jun 3 09:34:57 PDT 2025


DavidSpickett wrote:

> I am not very familiar with the way the manpage for clang is generated. Does [clang.rst](https://github.com/llvm/llvm-project/blob/main/clang/docs/CommandGuide/clang.rst) have to be manually kept up to date with any command line options that are added?

Yes, it does. It's a curated subset of information. Then there is a generated page that has every single clang option if you want that.

Whether anyone wants a giant manpage with everything on it, I'm not a regular user of man pages so I can't say what's appropriate or not. Certainly the basic structure of subsections and titles is a good idea.

https://github.com/llvm/llvm-project/pull/141882


More information about the flang-commits mailing list