diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2020-09-11 22:08:38 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2020-09-11 22:09:29 +0000 |
commit | 43e6c59f1c1fc3c1b9cdcddfe9826b9abf2cfb73 (patch) | |
tree | ee14459bd08cfbe8251d6f0ba00b669d51cb680a | |
parent | 382b2b1b5183cdcc4c57b0650e25f4f107619099 (diff) | |
download | llvm-43e6c59f1c1fc3c1b9cdcddfe9826b9abf2cfb73.zip llvm-43e6c59f1c1fc3c1b9cdcddfe9826b9abf2cfb73.tar.gz llvm-43e6c59f1c1fc3c1b9cdcddfe9826b9abf2cfb73.tar.bz2 |
docs: add a newline to appease Sphinx
Sphinx expects an empty newline after the bulleted list.
-rw-r--r-- | clang/include/clang/Basic/AttrDocs.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index 842ffe0..2fffc0d 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. + }]; } |