aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/xref.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/guide/xref.asciidoc')
-rw-r--r--doc/src/guide/xref.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/guide/xref.asciidoc b/doc/src/guide/xref.asciidoc
index 725f40c..2cfe2e0 100644
--- a/doc/src/guide/xref.asciidoc
+++ b/doc/src/guide/xref.asciidoc
@@ -164,13 +164,13 @@ functions and modules to ignore project-wide. It
accepts either MFAs or modules:
[source,make]
-XREF_IGNORE={my_mod, log, 1}
+XREF_IGNORE = {my_mod, log, 1}
Multiple ignores must be provided as an Erlang
list:
[source,make]
-XREF_IGNORE=[{my_mod, log, 1}, other_mod]
+XREF_IGNORE = [{my_mod, log, 1}, other_mod]
By default Erlang.mk will ignore unused exports
for behavior callbacks when the `exports_not_used`