[flang-commits] [PATCH] D130166: [flang] Adding a guideline for flang design documentation

Peixin Qiao via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Jul 21 18:28:23 PDT 2022


peixin added a comment.

How about creating one user manual using tree-structured directories in https://flang.llvm.org/docs/? Who submit the patch with new feature should also fill in the corresponding missed part in the tree. It not only can direct the compiler developers, but also serves users to use LLVM Flang compiler. What we can refer to is clang user manual <https://clang.llvm.org/docs/UsersManual.html>, gfortran user manual <https://gcc.gnu.org/onlinedocs/gfortran/index.html#SEC_Contents>, or NAG user manual <https://www.nag.com/nagware/np/r71_doc/manual/compiler.html>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130166/new/

https://reviews.llvm.org/D130166



More information about the flang-commits mailing list