[clang-tools-extra] r355811 - [clangd] Add TOC section to clangd doc.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 11 01:45:56 PDT 2019


Author: hokein
Date: Mon Mar 11 01:45:56 2019
New Revision: 355811

URL: http://llvm.org/viewvc/llvm-project?rev=355811&view=rev
Log:
[clangd] Add TOC section to clangd doc.

Reviewers: gribozavr

Subscribers: ilya-biryukov, ioeric, MaskRay, jkorous, arphaman, kadircet, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D59132

Modified:
    clang-tools-extra/trunk/docs/clangd/Extensions.rst
    clang-tools-extra/trunk/docs/clangd/Features.rst
    clang-tools-extra/trunk/docs/clangd/Installation.rst

Modified: clang-tools-extra/trunk/docs/clangd/Extensions.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clangd/Extensions.rst?rev=355811&r1=355810&r2=355811&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clangd/Extensions.rst (original)
+++ clang-tools-extra/trunk/docs/clangd/Extensions.rst Mon Mar 11 01:45:56 2019
@@ -2,6 +2,8 @@
 Protocol extensions
 ===================
 
+.. contents::
+
 clangd supports some features that are not in the official
 `Language Server Protocol specification
 <https://microsoft.github.io/language-server-protocol/specification>`__.

Modified: clang-tools-extra/trunk/docs/clangd/Features.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clangd/Features.rst?rev=355811&r1=355810&r2=355811&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clangd/Features.rst (original)
+++ clang-tools-extra/trunk/docs/clangd/Features.rst Mon Mar 11 01:45:56 2019
@@ -2,6 +2,8 @@
 Features
 ========
 
+.. contents::
+
 .. role:: raw-html(raw)
    :format: html
 

Modified: clang-tools-extra/trunk/docs/clangd/Installation.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clangd/Installation.rst?rev=355811&r1=355810&r2=355811&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clangd/Installation.rst (original)
+++ clang-tools-extra/trunk/docs/clangd/Installation.rst Mon Mar 11 01:45:56 2019
@@ -2,6 +2,8 @@
 Getting started with clangd
 ===========================
 
+.. contents::
+
 .. role:: raw-html(raw)
    :format: html
 




More information about the cfe-commits mailing list