[PATCH] D48161: Fix documentation generation
Francois Ferrand via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 14 02:18:07 PDT 2018
Typz created this revision.
Typz added reviewers: krasimir, djasper, klimek.
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.
Repository:
rC Clang
https://reviews.llvm.org/D48161
Files:
docs/ClangFormatStyleOptions.rst
include/clang/Format/Format.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48161.151312.patch
Type: text/x-patch
Size: 3965 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180614/e9e338fb/attachment.bin>
More information about the cfe-commits
mailing list