diff --git a/mix/for_dialyzer.ex b/mix/for_dialyzer.ex index 9c57bd01..f43c4357 100644 --- a/mix/for_dialyzer.ex +++ b/mix/for_dialyzer.ex @@ -1,4 +1,6 @@ defmodule ForDialyzer do + @moduledoc false + # Juse to exorcise dialyzer errors. This module is not included # in the library published to hex.pm. @@ -43,4 +45,4 @@ defmodule ForDialyzer do small_kip = Image.open!("./test/support/images/Kip_small.jpg") _ = Image.k_means(small_kip) end -end \ No newline at end of file +end