This is an archive of the discontinued LLVM Phabricator instance.

[docs] Use monospace for PCH option flags
ClosedPublic

Authored by modocache on Jan 12 2018, 11:43 AM.

Details

Summary

Use monospace for option flags in the PCH section, instead of the
italics that were being used previously.

I believe these used to be links, for which single backticks would
have been appropriate, but since they were un-link-ified in
https://reviews.llvm.org/rL275560, I believe monospace is now more
appropriate, and so two backticks are needed.

Test Plan:
Build the docs-clang-html target and confirm the options are rendered
using monospace font.

Diff Detail

Repository
rC Clang

Event Timeline

modocache created this revision.Jan 12 2018, 11:43 AM
aaron.ballman accepted this revision.Jan 13 2018, 8:23 AM

LGTM, thanks!

This revision is now accepted and ready to land.Jan 13 2018, 8:23 AM
This revision was automatically updated to reflect the committed changes.

Great, thanks for the review, @aaron.ballman!