[clang] d34c8c7 - Basic: add an extra newline for sphinx (NFC)
Saleem Abdulrasool via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 24 11:51:18 PDT 2020
Author: Saleem Abdulrasool
Date: 2020-09-24T18:51:10Z
New Revision: d34c8c70aae2a5421337c2ccac91130c70511f94
URL: https://github.com/llvm/llvm-project/commit/d34c8c70aae2a5421337c2ccac91130c70511f94
DIFF: https://github.com/llvm/llvm-project/commit/d34c8c70aae2a5421337c2ccac91130c70511f94.diff
LOG: Basic: add an extra newline for sphinx (NFC)
This should resolve the "Bullet list ends without a blank line" warning.
Added:
Modified:
clang/include/clang/Basic/AttrDocs.td
Removed:
################################################################################
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td
index 8930b61cced9..a68d37ace089 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -3639,6 +3639,7 @@ typedef.
* ``swift_newtype(enum)`` means that a Swift enum will be created for this
ypedef.
+
.. code-block:: c
// Import UIFontTextStyle as an enum type, with enumerated values being
More information about the cfe-commits
mailing list