Skip to content

Commit 7a2ca78

Browse files
authored
Link to docs (#13812)
1 parent ad97f93 commit 7a2ca78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/elixir/lib/module.ex

+3
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ defmodule Module do
270270
a dependency on it, causing the module to be recompiled as soon
271271
as the file is added.
272272
273+
For more control over when a module is recompiled, see
274+
[`__mix_recompile__?/0`](`m:Mix.Tasks.Compile.Elixir#module-__mix_recompile__-0`).
275+
273276
### `@file`
274277
275278
Changes the filename used in stacktraces for the function or macro that

0 commit comments

Comments
 (0)