diff options
author | Loïc Hoguin <[email protected]> | 2022-05-31 10:22:23 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2022-05-31 10:22:23 +0200 |
commit | 869c8d3dadfab24c5dc1324f25e47ac6e3f31612 (patch) | |
tree | 737c5afe2f326893af0f73b7e14b04534cb1aadf | |
parent | fabea4e496506b7a5089cb2fffbd844a96b2ec41 (diff) | |
download | erlang.mk-869c8d3dadfab24c5dc1324f25e47ac6e3f31612.tar.gz erlang.mk-869c8d3dadfab24c5dc1324f25e47ac6e3f31612.tar.bz2 erlang.mk-869c8d3dadfab24c5dc1324f25e47ac6e3f31612.zip |
Update user guide
-rw-r--r-- | guide/xref.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/xref.html b/guide/xref.html index 828146e..cdabced 100644 --- a/guide/xref.html +++ b/guide/xref.html @@ -77,7 +77,7 @@ being added to the scope to be found.</p></div><div class="section"><div class=" functions. To perform a query, the <code class="literal">q</code> variable must be used instead of <code class="literal">XREF_CHECKS</code>. For example, to obtain all unresolved calls:</p><pre class="programlisting">$ make xref q=UC</pre><p>The query language is documented at the top of the -<a class="ulink" href="https://www.erlang.org/doc/man/xref.html" target="_top">XRef manual page</a>.</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_analysis_scope"></a>27.3. Analysis scope</h2></div></div></div><p>Erlang.mk will set the scope of analysis to the current +<a class="ulink" href="https://www.erlang.org/doc/man/xref.html" target="_top">Xref manual page</a>.</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_analysis_scope"></a>27.3. Analysis scope</h2></div></div></div><p>Erlang.mk will set the scope of analysis to the current project by default. The scope can be automatically extended to the applications from multi-application repositories, to dependencies and to the built-in |