[clang] 43e6c59 - docs: add a newline to appease Sphinx
Saleem Abdulrasool via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 11 15:09:35 PDT 2020
Author: Saleem Abdulrasool
Date: 2020-09-11T22:09:29Z
New Revision: 43e6c59f1c1fc3c1b9cdcddfe9826b9abf2cfb73
URL: https://github.com/llvm/llvm-project/commit/43e6c59f1c1fc3c1b9cdcddfe9826b9abf2cfb73
DIFF: https://github.com/llvm/llvm-project/commit/43e6c59f1c1fc3c1b9cdcddfe9826b9abf2cfb73.diff
LOG: docs: add a newline to appease Sphinx
Sphinx expects an empty newline after the bulleted list.
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 842ffe050adc..2fffc0daabee 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -3513,6 +3513,7 @@ it is instead imported as ``Void``.
* ``swift_error(nonnull_error)`` means that calls to the function should be
considered to have thrown if they leave a non-null error in the error parameter.
The return type is left unmodified.
+
}];
}
More information about the cfe-commits
mailing list