Skip to content

Commit faebc27

Browse files
committed
hide ForDialyzer module in hexdocs
1 parent fd2b831 commit faebc27

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

mix/for_dialyzer.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
defmodule ForDialyzer do
2+
@moduledoc false
3+
24
# Juse to exorcise dialyzer errors. This module is not included
35
# in the library published to hex.pm.
46

@@ -43,4 +45,4 @@ defmodule ForDialyzer do
4345
small_kip = Image.open!("./test/support/images/Kip_small.jpg")
4446
_ = Image.k_means(small_kip)
4547
end
46-
end
48+
end

0 commit comments

Comments
 (0)