r357793 - [docs] Fix rst title in clang langext docs. NFCI

Kristina Brooks via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 5 11:26:44 PDT 2019


Author: kristina
Date: Fri Apr  5 11:26:43 2019
New Revision: 357793

URL: http://llvm.org/viewvc/llvm-project?rev=357793&view=rev
Log:
[docs] Fix rst title in clang langext docs. NFCI 

Fix an odd line in LanguageExtensions.rst which
rendered incorrectly due to an underscore being
mixed in with dashes.


Modified:
    cfe/trunk/docs/LanguageExtensions.rst

Modified: cfe/trunk/docs/LanguageExtensions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.rst?rev=357793&r1=357792&r2=357793&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.rst (original)
+++ cfe/trunk/docs/LanguageExtensions.rst Fri Apr  5 11:26:43 2019
@@ -1791,7 +1791,7 @@ the arguments. Both arguments and the re
 by the name of the builtin.
 
 ``__builtin_rotateright``
-_------------------------
+-------------------------
 
 * ``__builtin_rotateright8``
 * ``__builtin_rotateright16``




More information about the cfe-commits mailing list