This is an archive of the discontinued LLVM Phabricator instance.

clang-format: Fix documentation generation
ClosedPublic

Authored by Typz on Jun 14 2018, 2:18 AM.

Details

Summary

It seems that the changes done to ClangFormatStyleOptions.rst @334408 are causing the generation of the documentation to fail, with the following error:

Warning, treated as error:
  /llvm/tools/clang/docs/ClangFormatStyleOptions.rst:1060: WARNING: Definition list ends without a blank line; unexpected unindent.

This is due to missing indent in some code block, and fixed by this patch.

Diff Detail

Repository
rL LLVM

Event Timeline

Typz created this revision.Jun 14 2018, 2:18 AM
Typz retitled this revision from Fix documentation generation to clang-format: Fix documentation generation.Jun 14 2018, 2:19 AM
Typz edited the summary of this revision. (Show Details)
Typz updated this revision to Diff 151313.Jun 14 2018, 2:23 AM

Add missing block, for consistency

krasimir accepted this revision.Jun 14 2018, 2:35 AM
This revision is now accepted and ready to land.Jun 14 2018, 2:35 AM
This revision was automatically updated to reflect the committed changes.