aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlthms <contact@thomasletan.fr>2017-12-30 16:14:56 +0000
committerThomas Letan <contact@thomasletan.fr>2018-01-24 08:11:28 +0100
commit9a5a9ee7455e4a43e1970896d8480e80da9aecfc (patch)
tree74a63527a83e035d3a2231507079332e20c7e33b
parentpool: Killing an instance caused its pool to crash (diff)
docs: Hide the Components private State
-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 d75abb7..1b3713d 100644
--- a/lib/lkn/core/component.ex
+++ b/lib/lkn/core/component.ex
@@ -128,6 +128,7 @@ defmodule Lkn.Core.Component do
defmacro __using__(_) do
quote do
defmodule State do
+ @moduledoc false
defstruct [
:entity_key,
:state,