diff --git a/linol-lwt/Linol_lwt/Jsonrpc2/class-server/index.html b/linol-lwt/Linol_lwt/Jsonrpc2/class-server/index.html index 5d8f48b1..c78acccc 100644 --- a/linol-lwt/Linol_lwt/Jsonrpc2/class-server/index.html +++ b/linol-lwt/Linol_lwt/Jsonrpc2/class-server/index.html @@ -6,7 +6,11 @@ Lsp.Types.DefinitionOptions.t ] option
method config_hover : [ `Bool of bool
| `HoverOptions of Lsp.Types.HoverOptions.t ]
- optionmethod config_modify_capabilities : Lsp.Types.ServerCapabilities.t ->
+ optionmethod config_inlay_hints : [ `Bool of bool
+ | `InlayHintOptions of Lsp.Types.InlayHintOptions.t
+ | `InlayHintRegistrationOptions of
+ Lsp.Types.InlayHintRegistrationOptions.t ]
+ optionmethod config_modify_capabilities : Lsp.Types.ServerCapabilities.t ->
Lsp.Types.ServerCapabilities.tmethod config_symbol : [ `Bool of bool
| `DocumentSymbolOptions of
Lsp.Types.DocumentSymbolOptions.t ]
diff --git a/linol/Linol/Jsonrpc2/Make/class-server/index.html b/linol/Linol/Jsonrpc2/Make/class-server/index.html
index 00c3fe4a..1b1eedd1 100644
--- a/linol/Linol/Jsonrpc2/Make/class-server/index.html
+++ b/linol/Linol/Jsonrpc2/Make/class-server/index.html
@@ -6,7 +6,11 @@
Lsp.Types.DefinitionOptions.t ]
optionmethod config_hover : [ `Bool of bool
| `HoverOptions of Lsp.Types.HoverOptions.t ]
- optionmethod config_modify_capabilities : Lsp.Types.ServerCapabilities.t ->
+ optionmethod config_inlay_hints : [ `Bool of bool
+ | `InlayHintOptions of Lsp.Types.InlayHintOptions.t
+ | `InlayHintRegistrationOptions of
+ Lsp.Types.InlayHintRegistrationOptions.t ]
+ optionmethod config_modify_capabilities : Lsp.Types.ServerCapabilities.t ->
Lsp.Types.ServerCapabilities.tmethod config_symbol : [ `Bool of bool
| `DocumentSymbolOptions of
Lsp.Types.DocumentSymbolOptions.t ]
diff --git a/linol/Linol/Jsonrpc2/module-type-S/class-server/index.html b/linol/Linol/Jsonrpc2/module-type-S/class-server/index.html
index 041bd586..c69c973c 100644
--- a/linol/Linol/Jsonrpc2/module-type-S/class-server/index.html
+++ b/linol/Linol/Jsonrpc2/module-type-S/class-server/index.html
@@ -6,7 +6,11 @@
Lsp.Types.DefinitionOptions.t ]
optionmethod config_hover : [ `Bool of bool
| `HoverOptions of Lsp.Types.HoverOptions.t ]
- optionmethod config_modify_capabilities : Lsp.Types.ServerCapabilities.t ->
+ optionmethod config_inlay_hints : [ `Bool of bool
+ | `InlayHintOptions of Lsp.Types.InlayHintOptions.t
+ | `InlayHintRegistrationOptions of
+ Lsp.Types.InlayHintRegistrationOptions.t ]
+ optionmethod config_modify_capabilities : Lsp.Types.ServerCapabilities.t ->
Lsp.Types.ServerCapabilities.tmethod config_symbol : [ `Bool of bool
| `DocumentSymbolOptions of
Lsp.Types.DocumentSymbolOptions.t ]
diff --git a/linol/Linol/Server/Make/class-server/index.html b/linol/Linol/Server/Make/class-server/index.html
index cad1a3ea..26314154 100644
--- a/linol/Linol/Server/Make/class-server/index.html
+++ b/linol/Linol/Server/Make/class-server/index.html
@@ -7,7 +7,11 @@
Lsp.Types.DefinitionOptions.t ]
optionmethod config_hover : [ `Bool of bool
| `HoverOptions of Lsp.Types.HoverOptions.t ]
- optionmethod config_inlay_hints : [ `Bool of bool
+ | `InlayHintOptions of Lsp.Types.InlayHintOptions.t
+ | `InlayHintRegistrationOptions of
+ Lsp.Types.InlayHintRegistrationOptions.t ]
+ optionConfiguration for the inlay hints API.
method config_symbol : [ `Bool of bool
| `DocumentSymbolOptions of
Lsp.Types.DocumentSymbolOptions.t ]
option