[llvm] r335615 - Fix doc title underlining.
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 26 08:29:09 PDT 2018
Author: jhenderson
Date: Tue Jun 26 08:29:09 2018
New Revision: 335615
URL: http://llvm.org/viewvc/llvm-project?rev=335615&view=rev
Log:
Fix doc title underlining.
Modified:
llvm/trunk/docs/CommandGuide/FileCheck.rst
Modified: llvm/trunk/docs/CommandGuide/FileCheck.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/FileCheck.rst?rev=335615&r1=335614&r2=335615&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/FileCheck.rst (original)
+++ llvm/trunk/docs/CommandGuide/FileCheck.rst Tue Jun 26 08:29:09 2018
@@ -242,7 +242,7 @@ it and the previous directive. A "``CHE
directive in a file.
The "CHECK-EMPTY:" directive
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you need to check that the next line has nothing on it, not even whitespace,
you can use the "``CHECK-EMPTY:``" directive.
More information about the llvm-commits
mailing list