[flang][docs] Doxygen support in flang.
authorsameeran joshi <sameeranjayant.joshi@amd.com>
Mon, 27 Apr 2020 09:22:36 +0000 (14:52 +0530)
committerSameeran joshi <joshisameeran17@gmail.com>
Mon, 27 Apr 2020 09:32:29 +0000 (15:02 +0530)
commit807fe05d3531cae47d0c770b2d919f861bfe9235
treefbcf78321e50f3af5aada7a81a814ea3136713bd
parent811c0c9eb462d1fef6ab6908aab7881e5c4f5fbf
[flang][docs] Doxygen support in flang.

    Summary:
    Added support for doxygen-style documentation generation from source code.
    Added -DLLVM_ENABLE_DOXYGEN=ON -DFLANG_INCLUDE_DOCS=ON flags to cmake.
    Added the target doxygen-flang for building doxygen
    Updated README.txt

    Reviewers: DavidTruby, richard.barton.arm, sscalpone,  mehdi_amini, jdoerfert

    Reviewed By: DavidTruby, richard.barton.arm, sscalpone

    Previous review: https://github.com/flang-compiler/f18/pull/1065

    Differential Revision: https://reviews.llvm.org/D78136
flang/CMakeLists.txt
flang/README.md
flang/docs/CMakeLists.txt [new file with mode: 0644]
flang/docs/doxygen-mainpage.dox [new file with mode: 0644]
flang/docs/doxygen.cfg.in [new file with mode: 0644]