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

Samarth Narang via flang-commits flang-commits at lists.llvm.org
Sat May 31 05:40:21 PDT 2025


snarang181 wrote:

> > > * The man page is way too big, way too extensive and way too detailed. It feels like entire Flang documentation went into it. Was this intentional?
> > 
> > 
> > I think the man page is intended to be that way since all the documentation is built into `index.md`. If we wanted more separate man pages, we can more config entries but that did not seem to be the intended use case.
> 
> What I meant is this seems unusual. Compare these:
> 
> ```
> $ ls -la *lang*
> -rw-r--r-- 1 user01 users    28437 May 31 10:26 clang.1
> -rw-r--r-- 1 user01 users     1450 May 31 10:20 clang-tblgen.1
> -rw-r--r-- 1 user01 users  1199536 May 31 10:26 flang.1
> ```

Ah ok, I see your point. I will defer this to someone who knows the expected size or if it really is meant to be that big. 


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


More information about the flang-commits mailing list