This is an archive of the discontinued LLVM Phabricator instance.

Updated the documentation build instructions for the current CMake build system
ClosedPublic

Authored by gribozavr on Feb 25 2019, 3:23 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

gribozavr created this revision.Feb 25 2019, 3:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 25 2019, 3:23 AM
ilya-biryukov added inline comments.Feb 25 2019, 4:42 AM
clang-tools-extra/docs/README.txt
5 ↗(On Diff #188120)

NIT: maybe use an imperative form? Arguably looks more concise:

To generate documentation in HTML format execute the `docs-clang-tools-html` target.
6 ↗(On Diff #188120)

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?)

ilya-biryukov marked an inline comment as done.Feb 25 2019, 4:44 AM
ilya-biryukov added inline comments.
clang-tools-extra/docs/README.txt
6 ↗(On Diff #188120)

Ah, this is txt file. Ignore the comment please.

gribozavr updated this revision to Diff 188133.Feb 25 2019, 4:46 AM
gribozavr marked 2 inline comments as done.

.

gribozavr added inline comments.Feb 25 2019, 4:50 AM
clang-tools-extra/docs/README.txt
6 ↗(On Diff #188120)

This is a .txt...

This revision is now accepted and ready to land.Feb 25 2019, 5:00 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 25 2019, 5:03 AM