[clang-tools-extra] r369920 - [clangd] Fix docs

Kadir Cetinkaya via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 26 09:01:07 PDT 2019


Author: kadircet
Date: Mon Aug 26 09:01:07 2019
New Revision: 369920

URL: http://llvm.org/viewvc/llvm-project?rev=369920&view=rev
Log:
[clangd] Fix docs

Modified:
    clang-tools-extra/trunk/docs/clangd/Configuration.rst

Modified: clang-tools-extra/trunk/docs/clangd/Configuration.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clangd/Configuration.rst?rev=369920&r1=369919&r2=369920&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clangd/Configuration.rst (original)
+++ clang-tools-extra/trunk/docs/clangd/Configuration.rst Mon Aug 26 09:01:07 2019
@@ -1,6 +1,6 @@
-========
+=============
 Configuration
-========
+=============
 
 .. contents::
 
@@ -28,6 +28,7 @@ For example if you have your compilers a
  - `/path/to/my-custom/toolchain1/arm-none-eabi-gcc`,
  - `/path/to/my-custom/toolchain2/arm-none-eabi-g++`,
  - `/path/to/my-custom2/toolchain/arm-none-eabi-g++`,
+   
 you can provide clangd with
 `--query-driver=/path/to/my-custom/**/arm-none-eabi*` to enable execution of
 any binary that has a name starting with `arm-none-eabi` and under




More information about the cfe-commits mailing list