From b18170660e726cc97caa35cb0c406db184d4a8a2 Mon Sep 17 00:00:00 2001 From: Kadir Cetinkaya Date: Tue, 15 Oct 2019 14:59:08 +0000 Subject: [PATCH] [clangd][NFC] Update comments to use triple-slashes llvm-svn: 374901 --- clang-tools-extra/clangd/ClangdLSPServer.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/clang-tools-extra/clangd/ClangdLSPServer.h b/clang-tools-extra/clangd/ClangdLSPServer.h index 850da98..dbd9006 100644 --- a/clang-tools-extra/clangd/ClangdLSPServer.h +++ b/clang-tools-extra/clangd/ClangdLSPServer.h @@ -132,9 +132,10 @@ private: void publishDiagnostics(const URIForFile &File, std::vector Diagnostics); - // Since initialization of CDBs and ClangdServer is done lazily, the following - // context captures the one used while creating ClangdLSPServer and passes it - // to above mentioned object instances to make sure they share the same state. + /// Since initialization of CDBs and ClangdServer is done lazily, the + /// following context captures the one used while creating ClangdLSPServer and + /// passes it to above mentioned object instances to make sure they share the + /// same state. Context BackgroundContext; /// Used to indicate that the 'shutdown' request was received from the -- 2.7.4