mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-04 00:06:50 +00:00
[clangd][NFC] Update comments to use triple-slashes
llvm-svn: 374901
This commit is contained in:
parent
ae8e69ecd0
commit
b18170660e
@ -132,9 +132,10 @@ private:
|
||||
void publishDiagnostics(const URIForFile &File,
|
||||
std::vector<clangd::Diagnostic> 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user