Skip to content

Commit de8b1be

Browse files
committed
minor cleanup docs
1 parent 284ada1 commit de8b1be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/scenic/assets/static.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ defmodule Scenic.Assets.Static do
191191
# called every time compile is run.
192192
# returns a boolean indicating if this module should
193193
# be recompiled
194+
@doc false
194195
def __mix_recompile__?() do
195196
Scenic.Assets.Static.compile_assets?(
196197
library(),
@@ -199,7 +200,6 @@ defmodule Scenic.Assets.Static do
199200
)
200201
end
201202

202-
# @library Scenic.Assets.Static.build(__MODULE__, unquote(using_opts))
203203
@library Scenic.Assets.Static.build!(__MODULE__, unquote(using_opts))
204204
def library(), do: @library
205205

@@ -251,6 +251,7 @@ defmodule Scenic.Assets.Static do
251251
end
252252

253253
# --------------------------------------------------------
254+
@doc false
254255
# called during __mix_recompile__?() from the assets module
255256
def compile_assets?(library, paths_hash, opts) do
256257
assets_changed?(paths_hash, opts) || fix_cache?(library, opts)

0 commit comments

Comments
 (0)