Browse Source

Tiny docs tweak

Loïc Hoguin 2 years ago
parent
commit
3184900799
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/src/guide/xref.asciidoc

+ 2 - 2
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`