summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/include/LibLsp/lsp/general/lsClientCapabilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/include/LibLsp/lsp/general/lsClientCapabilities.h')
-rw-r--r--graphics/asymptote/LspCpp/include/LibLsp/lsp/general/lsClientCapabilities.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/graphics/asymptote/LspCpp/include/LibLsp/lsp/general/lsClientCapabilities.h b/graphics/asymptote/LspCpp/include/LibLsp/lsp/general/lsClientCapabilities.h
index fcf6634e13..29129565e4 100644
--- a/graphics/asymptote/LspCpp/include/LibLsp/lsp/general/lsClientCapabilities.h
+++ b/graphics/asymptote/LspCpp/include/LibLsp/lsp/general/lsClientCapabilities.h
@@ -10,17 +10,17 @@
* @since 3.16.0
*/
struct MarkdownClientCapabilities {
- /**
- * The name of the parser.
- */
- std::string parser;
-
- /**
- * The version of the parser.
- */
- boost::optional<std::string> version;
- MAKE_SWAP_METHOD(MarkdownClientCapabilities, parser, version)
-
+ /**
+ * The name of the parser.
+ */
+ std::string parser;
+
+ /**
+ * The version of the parser.
+ */
+ boost::optional<std::string> version;
+ MAKE_SWAP_METHOD(MarkdownClientCapabilities, parser, version)
+
};
MAKE_REFLECT_STRUCT(MarkdownClientCapabilities, parser, version)
@@ -32,7 +32,7 @@ struct lsClientCapabilities {
boost::optional<lsTextDocumentClientCapabilities> textDocument;
/**
- * Window specific client capabilities.
+ * Window specific client capabilities.
*/
boost::optional<lsp::Any> window;
/**