]> granicus.if.org Git - clang/commit
clang-format: Fix documentation generation
authorFrancois Ferrand <thetypz@gmail.com>
Thu, 14 Jun 2018 13:32:14 +0000 (13:32 +0000)
committerFrancois Ferrand <thetypz@gmail.com>
Thu, 14 Jun 2018 13:32:14 +0000 (13:32 +0000)
commit5550ade956f8b61e6781082274a936efd87ef81d
tree64623d0f608fce480078a32556265f1ee7331366
parentaf560779404671ccbbba0714fdff3f550ef6b49d
clang-format: Fix documentation generation

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.

Reviewers: krasimir, djasper, klimek

Reviewed By: krasimir

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D48161

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@334709 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ClangFormatStyleOptions.rst
include/clang/Format/Format.h