summaryrefslogtreecommitdiff
path: root/lib/stdlib/doc/src/gb_trees.xml
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2020-03-11 10:11:22 +0100
committerLukas Larsson <lukas@erlang.org>2020-03-27 11:02:23 +0100
commit0799c2b0e9ae5fce18d092a153fff884d1dd3912 (patch)
treec7c72465bd01591a9163e5ad17cea92bf3be75ec /lib/stdlib/doc/src/gb_trees.xml
parent6c6fe8e774f7cde6d158b450fd1ad6c3129dc22e (diff)
downloaderlang-0799c2b0e9ae5fce18d092a153fff884d1dd3912.tar.gz
otp: Convert all <seealso> to more specific variants
We add `seemfa`, `seeerl`, `seetype`, `seeapp`, `seecom`, `seecref` , `seefile` and `seeguide` in order to make it easier to reason about what each link points to without examining the target. This information will then be embedded in the EEP-48 chunks for usage by other tools. The tool used can be found here: https://gist.github.com/garazdawi/68527d92ae5b37c8f129bfbdfffdfa68
Diffstat (limited to 'lib/stdlib/doc/src/gb_trees.xml')
-rw-r--r--lib/stdlib/doc/src/gb_trees.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/stdlib/doc/src/gb_trees.xml b/lib/stdlib/doc/src/gb_trees.xml
index 9a9f61ae52..c8944347a5 100644
--- a/lib/stdlib/doc/src/gb_trees.xml
+++ b/lib/stdlib/doc/src/gb_trees.xml
@@ -202,11 +202,11 @@
<desc>
<p>Returns an iterator that can be used for traversing the
entries of <c><anno>Tree</anno></c>; see
- <seealso marker="#next/1"><c>next/1</c></seealso>. The implementation
+ <seemfa marker="#next/1"><c>next/1</c></seemfa>. The implementation
of this is very efficient; traversing the whole tree using
<c>next/1</c> is only slightly slower than getting the list
of all elements using
- <seealso marker="#to_list/1"><c>to_list/1</c></seealso>
+ <seemfa marker="#to_list/1"><c>to_list/1</c></seemfa>
and traversing that.
The main advantage of the iterator approach is that it does
not require the complete list of all elements to be built in
@@ -221,9 +221,9 @@
<desc>
<p>Returns an iterator that can be used for traversing the
entries of <c><anno>Tree</anno></c>; see
- <seealso marker="#next/1"><c>next/1</c></seealso>.
+ <seemfa marker="#next/1"><c>next/1</c></seemfa>.
The difference as compared to the iterator returned by
- <seealso marker="#iterator/1"><c>iterator/1</c></seealso>
+ <seemfa marker="#iterator/1"><c>iterator/1</c></seemfa>
is that the first key greater than
or equal to <c><anno>Key</anno></c> is returned.</p>
</desc>
@@ -360,8 +360,8 @@
<section>
<title>See Also</title>
- <p><seealso marker="dict"><c>dict(3)</c></seealso>,
- <seealso marker="gb_sets"><c>gb_sets(3)</c></seealso></p>
+ <p><seeerl marker="dict"><c>dict(3)</c></seeerl>,
+ <seeerl marker="gb_sets"><c>gb_sets(3)</c></seeerl></p>
</section>
</erlref>