We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2da9594 + 8b49e40 commit 36df506Copy full SHA for 36df506
lib/elixir_sense/core/normalized/code.ex
@@ -20,7 +20,7 @@ defmodule ElixirSense.Core.Normalized.Code do
20
Shim to replicate the behavior of deprecated `Code.get_docs/2`
21
"""
22
@spec get_docs(module, :docs) :: nil | [fun_doc_entry_t]
23
- @spec get_docs(module, :callback_docs | :type_docs) :: nil | [:doc_entry_t]
+ @spec get_docs(module, :callback_docs | :type_docs) :: nil | [doc_entry_t]
24
@spec get_docs(module, :moduledoc) :: nil | moduledoc_entry_t
25
def get_docs(module, category) do
26
case fetch_docs(module) do
0 commit comments