Krishna-13-cyber created this revision.
Krishna-13-cyber added a reviewer: v.g.vassilev.
Herald added a project: All.
Krishna-13-cyber requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

The Clang documentation is currently displaying 3 subsections for the same 
Clang-REPL docs instead of one subsection.
This patch fixes the above problem and displays just one subsection for 
Clang-REPL under the section of Using `Clang Tools`


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D156877

Files:
  clang/docs/ClangRepl.rst


Index: clang/docs/ClangRepl.rst
===================================================================
--- clang/docs/ClangRepl.rst
+++ clang/docs/ClangRepl.rst
@@ -47,7 +47,6 @@
 
 8. The machine code is then executed.
 
-===================
 Build Instructions:
 ===================
 
@@ -75,7 +74,6 @@
    clang-repl>
 
 
-================
 Clang-Repl Usage
 ================
 


Index: clang/docs/ClangRepl.rst
===================================================================
--- clang/docs/ClangRepl.rst
+++ clang/docs/ClangRepl.rst
@@ -47,7 +47,6 @@
 
 8. The machine code is then executed.
 
-===================
 Build Instructions:
 ===================
 
@@ -75,7 +74,6 @@
    clang-repl>
 
 
-================
 Clang-Repl Usage
 ================
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D156877: Update ... Krishna Narayanan via Phabricator via cfe-commits

Reply via email to