[clang] 5408186 - [clang-repl] Remove redundant subsections from the table of content.

Vassil Vassilev via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 3 12:17:06 PDT 2023


Author: Krishna-13-cyber
Date: 2023-08-03T19:16:18Z
New Revision: 54081868dd2220c4de77f481648ec7e10a68618b

URL: https://github.com/llvm/llvm-project/commit/54081868dd2220c4de77f481648ec7e10a68618b
DIFF: https://github.com/llvm/llvm-project/commit/54081868dd2220c4de77f481648ec7e10a68618b.diff

LOG: [clang-repl] Remove redundant subsections from the table of content.

Differential revision: https://reviews.llvm.org/D156877

Added: 
    

Modified: 
    clang/docs/ClangRepl.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ClangRepl.rst b/clang/docs/ClangRepl.rst
index ff986be9da89b6..aaaabd99bc82f1 100644
--- a/clang/docs/ClangRepl.rst
+++ b/clang/docs/ClangRepl.rst
@@ -47,7 +47,6 @@ Clang-Repl data flow can be divided into roughly 8 phases:
 
 8. The machine code is then executed.
 
-===================
 Build Instructions:
 ===================
 
@@ -75,7 +74,6 @@ Build Instructions:
    clang-repl>
 
 
-================
 Clang-Repl Usage
 ================
 


        


More information about the cfe-commits mailing list