From 47a906777cc2803d512db91cc3d2b3aa9c542a97 Mon Sep 17 00:00:00 2001 From: Michael Ilseman Date: Thu, 21 Apr 2016 15:03:37 -0700 Subject: [PATCH] [swift_newtype] Add heading to doc --- include/clang/Basic/AttrDocs.td | 1 + 1 file changed, 1 insertion(+) diff --git a/include/clang/Basic/AttrDocs.td b/include/clang/Basic/AttrDocs.td index b2cb5e0735a..1409d5822cc 100644 --- a/include/clang/Basic/AttrDocs.td +++ b/include/clang/Basic/AttrDocs.td @@ -1820,6 +1820,7 @@ All of these conventions except ``none`` require the function to have an error p def SwiftNewtypeDocs : Documentation { let Category = SwiftDocs; + let Heading = "swift_newtype"; let Content = [{ The ``swift_newtype`` attribute indicates that the typedef to which the attribute appertains is imported as a new Swift type of the typedef's name. * ``swift_newtype(struct)`` means that a Swift struct will be created for this typedef.