[Openmp-commits] [PATCH] D106736: Minor Sphinx documentation generation improvements
Tony Tye via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jul 26 16:07:36 PDT 2021
t-tye added inline comments.
================
Comment at: llvm/docs/CMakeLists.txt:164
# appending html/ into LLVM_INSTALL_OCAMLDOC_HTML_DIR.
- install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/ocamldoc/html/.
+ install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/ocamldoc/html/"
COMPONENT ocamldoc-html
----------------
scott.linder wrote:
> Could the above comment be replaced with the trailing "Slash indicates contents of" comment?
Made change as suggested. This is now consistent with the other places that do the same thing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106736/new/
https://reviews.llvm.org/D106736
More information about the Openmp-commits
mailing list