aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlthms <contact@thomasletan.fr>2017-12-30 18:31:39 +0000
committerThomas Letan <contact@thomasletan.fr>2018-01-24 08:11:28 +0100
commit295f7e41d9ee476bb019ac443eaf9f7ec9c52fab (patch)
tree78cf55634a4eeb661f24f5f9572c8467795626b8
parentdocs: Hide the Components private State (diff)
chore: Hide the specs/0 function which is totally internal
-rw-r--r--lib/lkn/core/component.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lkn/core/component.ex b/lib/lkn/core/component.ex
index 1b3713d..e7d16f0 100644
--- a/lib/lkn/core/component.ex
+++ b/lib/lkn/core/component.ex
@@ -149,6 +149,7 @@ defmodule Lkn.Core.Component do
alias Lkn.Core.Name
alias Lkn.Core.Properties
+ @doc false
def specs do
unquote(__MODULE__)
end