[llvm] 0ed1e1d - [TableGen] Command description file requires a hyphen in document title.
    Paul C. Anagnostopoulos via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Oct 28 06:32:01 PDT 2020
    
    
  
Author: Paul C. Anagnostopoulos
Date: 2020-10-28T09:31:31-04:00
New Revision: 0ed1e1df402fdb3c9572382be1f873b77d661726
URL: https://github.com/llvm/llvm-project/commit/0ed1e1df402fdb3c9572382be1f873b77d661726
DIFF: https://github.com/llvm/llvm-project/commit/0ed1e1df402fdb3c9572382be1f873b77d661726.diff
LOG: [TableGen] Command description file requires a hyphen in document title.
Added: 
    
Modified: 
    llvm/docs/CommandGuide/tblgen.rst
Removed: 
    
################################################################################
diff  --git a/llvm/docs/CommandGuide/tblgen.rst b/llvm/docs/CommandGuide/tblgen.rst
index 59d8a3143273..00cbf8d49334 100644
--- a/llvm/docs/CommandGuide/tblgen.rst
+++ b/llvm/docs/CommandGuide/tblgen.rst
@@ -1,5 +1,5 @@
-xxx-tblgen: Target Description to C++ Code
-==========================================
+xxx-tblgen - Target Description to C++ Code
+===========================================
 
 .. program:: tblgen
 
        
    
    
More information about the llvm-commits
mailing list