We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad97f93 commit 7a2ca78Copy full SHA for 7a2ca78
lib/elixir/lib/module.ex
@@ -270,6 +270,9 @@ defmodule Module do
270
a dependency on it, causing the module to be recompiled as soon
271
as the file is added.
272
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
+
276
### `@file`
277
278
Changes the filename used in stacktraces for the function or macro that
0 commit comments