This is an archive of the discontinued LLVM Phabricator instance.

[docs][llvm-symbolizer] Fix --functions syntax highlighting
ClosedPublic

Authored by jhenderson on Jun 12 2019, 6:05 AM.

Details

Summary

The text for the --functions switch in the llvm-symbolizer document had the '[' after the option in bold, like the option name, and unlike the rest of the args string. This was wrong. The only way I could come up with to fix this was to replace the '=' with a space (matching the Sphinx documentation). To make the other options consistent, I've removed the '=' from them too.

Diff Detail

Repository
rL LLVM

Event Timeline

jhenderson created this revision.Jun 12 2019, 6:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 12 2019, 6:05 AM
rupprecht accepted this revision.Jun 12 2019, 11:54 AM
This revision is now accepted and ready to land.Jun 12 2019, 11:54 AM
This revision was automatically updated to reflect the committed changes.