flang-compiler / f18

F18 is a front-end for Fortran intended to replace the existing front-end in the Flang compiler
230 stars 48 forks source link

[LLVMify F18] Add doxygen infrastructure to generate code documentation #967

Open DavidTruby opened 4 years ago

DavidTruby commented 4 years ago

LLVM uses the doxygen documentation generator; currently we have no documentation generation infrastructure so we should add support for doxygen in F18.

sscalpone commented 4 years ago

Pat's forthcoming CMakeFile update or Jean's PR includes doxygen infrastructure.

Sameeranjoshi commented 4 years ago

PR #1065 addresses this issue.