We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b454fb2 commit 7229153Copy full SHA for 7229153
lib/strom.ex
@@ -1,5 +1,5 @@
1
defmodule Strom do
2
- @moduledoc false
+ @moduledoc "Strom is a framework for building stream processing applications."
3
4
@type event() :: any()
5
@type stream_name() :: any()
0 commit comments