summaryrefslogtreecommitdiff
path: root/lib/common_test/doc/src/ct_master.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/common_test/doc/src/ct_master.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/common_test/doc/src/ct_master.xml')
-rw-r--r--lib/common_test/doc/src/ct_master.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/common_test/doc/src/ct_master.xml b/lib/common_test/doc/src/ct_master.xml
index cc69939146..ca08fb61ea 100644
--- a/lib/common_test/doc/src/ct_master.xml
+++ b/lib/common_test/doc/src/ct_master.xml
@@ -118,8 +118,8 @@
<v>TestSpecs = string() | [SeparateOrMerged]</v>
</type>
<desc><marker id="run-1"/>
- <p>Equivalent to <seealso marker="#run/4"><c>ct_master:run(TestSpecs,
- false, [], [])</c></seealso>.</p>
+ <p>Equivalent to <seemfa marker="#run/4"><c>ct_master:run(TestSpecs,
+ false, [], [])</c></seemfa>.</p>
</desc>
</func>
@@ -134,8 +134,8 @@
<v>ExclNodes = [atom()]</v>
</type>
<desc><marker id="run-3"/>
- <p>Equivalent to <seealso marker="#run/4"><c>ct_master:run(TestSpecs,
- false, InclNodes, ExclNodes)</c></seealso>.</p>
+ <p>Equivalent to <seemfa marker="#run/4"><c>ct_master:run(TestSpecs,
+ false, InclNodes, ExclNodes)</c></seemfa>.</p>
</desc>
</func>
@@ -171,8 +171,8 @@
</type>
<desc><marker id="run_on_node-2"/>
<p>Equivalent to
- <seealso marker="#run_on_node/3"><c>ct_master:run_on_node(TestSpecs,
- false, Node)</c></seealso>.</p>
+ <seemfa marker="#run_on_node/3"><c>ct_master:run_on_node(TestSpecs,
+ false, Node)</c></seemfa>.</p>
</desc>
</func>
@@ -210,7 +210,7 @@
</type>
<desc><marker id="run_test-2"/>
<p>Tests are spawned on <c>Node</c> using
- <seealso marker="ct#run_test/1"><c>ct:run_test/1</c></seealso></p>
+ <seemfa marker="ct#run_test/1"><c>ct:run_test/1</c></seemfa></p>
</desc>
</func>
</funcs>