[PATCH] D59132: [clangd] Add TOC section to clangd doc.
Haojian Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 11 01:46:22 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL355811: [clangd] Add TOC section to clangd doc. (authored by hokein, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59132/new/
https://reviews.llvm.org/D59132
Files:
clang-tools-extra/trunk/docs/clangd/Extensions.rst
clang-tools-extra/trunk/docs/clangd/Features.rst
clang-tools-extra/trunk/docs/clangd/Installation.rst
Index: clang-tools-extra/trunk/docs/clangd/Features.rst
===================================================================
--- clang-tools-extra/trunk/docs/clangd/Features.rst
+++ clang-tools-extra/trunk/docs/clangd/Features.rst
@@ -2,6 +2,8 @@
Features
========
+.. contents::
+
.. role:: raw-html(raw)
:format: html
Index: clang-tools-extra/trunk/docs/clangd/Installation.rst
===================================================================
--- clang-tools-extra/trunk/docs/clangd/Installation.rst
+++ clang-tools-extra/trunk/docs/clangd/Installation.rst
@@ -2,6 +2,8 @@
Getting started with clangd
===========================
+.. contents::
+
.. role:: raw-html(raw)
:format: html
Index: clang-tools-extra/trunk/docs/clangd/Extensions.rst
===================================================================
--- clang-tools-extra/trunk/docs/clangd/Extensions.rst
+++ clang-tools-extra/trunk/docs/clangd/Extensions.rst
@@ -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>`__.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59132.190050.patch
Type: text/x-patch
Size: 1198 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190311/6736f6f8/attachment.bin>
More information about the llvm-commits
mailing list