Skip to content

Commit 39960b5

Browse files
committed
Update specs
1 parent da56479 commit 39960b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ex_doc/language/elixir.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule ExDoc.Language.Elixir do
2727
specs: map
2828
},
2929
title: binary,
30-
type: :behaviour | :module
30+
type: :module | :behaviour | :task | :protocol | :implementation | :exception
3131
}
3232
def module_data(module, docs_chunk, config) do
3333
{type, skip} = module_type_and_skip(module)

lib/ex_doc/language/erlang.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule ExDoc.Language.Erlang do
2121
nesting_info: nil,
2222
private: %{abst_code: any, callbacks: map, optional_callbacks: any, specs: map},
2323
title: binary,
24-
type: :behaviour | :module
24+
type: :module | :behaviour
2525
}
2626
def module_data(module, docs_chunk, _config) do
2727
if abst_code = Source.get_abstract_code(module) do

0 commit comments

Comments
 (0)