r299488 - Another attempt to fix the sphinx warning from r299470
Adam Nemet via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 4 16:46:34 PDT 2017
Author: anemet
Date: Tue Apr 4 18:46:34 2017
New Revision: 299488
URL: http://llvm.org/viewvc/llvm-project?rev=299488&view=rev
Log:
Another attempt to fix the sphinx warning from r299470
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=299488&r1=299487&r2=299488&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.rst (original)
+++ cfe/trunk/docs/LanguageExtensions.rst Tue Apr 4 18:46:34 2017
@@ -2344,4 +2344,4 @@ statements in C)
The pragma can also be used with ``off`` which turns FP contraction off for a
section of the code. This can be useful when fast contraction is otherwise
-enabled for the translation unit with the ``-ffp-contract=fast` flag.
+enabled for the translation unit with the ``-ffp-contract=fast`` flag.
More information about the cfe-commits
mailing list