ilya-biryukov added inline comments.

================
Comment at: clang-tools-extra/docs/README.txt:5
 
-Sphinx and doxygen documentation is generated by executing make.
+You can generate documentation in HTML format from files in
+clang-tools-extra/docs by building the docs-clang-tools-html target.
----------------
NIT: maybe use an imperative form? Arguably looks more concise:
```
To generate documentation in HTML format execute the `docs-clang-tools-html` 
target.
```


================
Comment at: clang-tools-extra/docs/README.txt:6
+You can generate documentation in HTML format from files in
+clang-tools-extra/docs by building the docs-clang-tools-html target.
 
----------------
Could we mark 'docs-clang-tools-html' in a way that would produce a monospace 
font?
(Not sure how this is done in Sphinx, backticks?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58603



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to