From faebc275bbdfda5f1c2b0550201b8ea3ba096798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Lindset?= Date: Fri, 10 Jul 2026 06:45:09 +0200 Subject: [PATCH] hide ForDialyzer module in hexdocs --- mix/for_dialyzer.ex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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