This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Update dump_format_style.py to indent nested fields
ClosedPublic

Authored by krasimir on Jun 23 2017, 3:20 AM.

Details

Summary

This updates the format options documentation script to indent the
documentation of nested fields. The previous format caused some problems,
as when a bulleted list ends with a multiline comment. See the buildbot failure
http://lab.llvm.org:8011/builders/clang-sphinx-docs/builds/10020/steps/docs-clang-html/logs/stdio

Diff Detail

Repository
rL LLVM

Event Timeline

krasimir created this revision.Jun 23 2017, 3:20 AM
djasper accepted this revision.Jun 23 2017, 4:10 AM

Looks good.

This revision is now accepted and ready to land.Jun 23 2017, 4:10 AM
This revision was automatically updated to reflect the committed changes.