diff options
-rw-r--r-- | clang/include/clang/Basic/AttrDocs.td | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index 2d85d525e70..df299e07c67 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -657,8 +657,7 @@ def NoDebugDocs : Documentation { let Content = [{ The ``nodebug`` attribute allows you to suppress debugging information for a function or method, or for a variable that is not a parameter or a non-static -data member. It will also suppress debug information for any code that is -inlined into a ``nodebug`` function or method. +data member. }]; } |