summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2021-04-06 10:36:26 +0200
committerLukas Larsson <lukas@erlang.org>2021-04-12 09:06:41 +0200
commitff12bbe382e9ad15da1693901c26dc61008ed443 (patch)
treefca33c4c954d963103bbca6b31c15299288313eb
parente6ea5e5d8255d9bddebffae4c3e3d0e8d218e5fb (diff)
downloaderlang-ff12bbe382e9ad15da1693901c26dc61008ed443.tar.gz
erts: Add doc link from absform to erl_parse
-rw-r--r--erts/doc/src/absform.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/erts/doc/src/absform.xml b/erts/doc/src/absform.xml
index 5359a41d37..1d98dce19d 100644
--- a/erts/doc/src/absform.xml
+++ b/erts/doc/src/absform.xml
@@ -195,11 +195,14 @@
The word <c>LOCATION</c> represents a location, and denotes the
number of the last line, and possibly the number of the last
column on that line, in the source file. See <seeerl
- marker="stdlib:erl_anno">erl_anno(3)</seeerl> for
+ marker="stdlib:erl_anno"><c>erl_anno(3)</c></seeerl> for
details.
</p>
</item>
</list>
+ <p>See <seetype marker="stdlib:erl_parse#form_info">
+ <c>the form_info/0</c></seetype> type in
+ <c>erl_parse(3)</c> for more details about these values.</p>
</section>
</section>