From 631bd7b1108d963fa6b9985c086fbcd63926d3dd Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 14 Nov 2014 14:01:55 +0000 Subject: [PATCH] Oops, the underline was too short for sphinx to like. llvm-svn: 221993 --- clang/docs/LanguageExtensions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst index d45d15e..ae298af 100644 --- a/clang/docs/LanguageExtensions.rst +++ b/clang/docs/LanguageExtensions.rst @@ -110,7 +110,7 @@ the same name. For instance, ``__cxx_rvalue_references__`` can be used instead of ``cxx_rvalue_references``. ``__has_cpp_attribute`` -------------------- +----------------------- This function-like macro takes a single argument that is the name of a C++11-style attribute. The argument can either be a single identifier, or a -- 2.7.4