diff options
author | Hans Nilsson <[email protected]> | 2018-04-18 20:17:49 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-04-25 18:25:24 +0200 |
commit | 06a782d7b5868237fa260b293f50646f9883cf33 (patch) | |
tree | ae833a196c08a4a91f1209c558986b7c60fb1eee /lib/ssh/doc/src/configure_algos.xml | |
parent | 30689e4e47351e235944350c88822b1e09b290e6 (diff) | |
download | otp-06a782d7b5868237fa260b293f50646f9883cf33.tar.gz otp-06a782d7b5868237fa260b293f50646f9883cf33.tar.bz2 otp-06a782d7b5868237fa260b293f50646f9883cf33.zip |
ssh: Use -spec and -type for documentation generation
Diffstat (limited to 'lib/ssh/doc/src/configure_algos.xml')
-rw-r--r-- | lib/ssh/doc/src/configure_algos.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ssh/doc/src/configure_algos.xml b/lib/ssh/doc/src/configure_algos.xml index dd60324851..15aece8968 100644 --- a/lib/ssh/doc/src/configure_algos.xml +++ b/lib/ssh/doc/src/configure_algos.xml @@ -117,6 +117,7 @@ <p>Due to this, it impossible to list in documentation what algorithms that are available in a certain installation.</p> <p>There is an important command to list the actual algorithms and their ordering: <seealso marker="ssh#default_algorithms-0">ssh:default_algorithms/0</seealso>.</p> + <marker id="example_default_algorithms"/> <code type="erl"> 0> ssh:default_algorithms(). [{kex,['ecdh-sha2-nistp384','ecdh-sha2-nistp521', @@ -156,7 +157,7 @@ <section> <title>Replacing the default set: preferred_algorithms</title> - <p>See the <seealso marker="ssh#option_preferred_algorithms">Reference Manual</seealso> for details</p> + <p>See the <seealso marker="ssh#type-preferred_algorithms_common_option">Reference Manual</seealso> for details</p> <p>Here follows a series of examples ranging from simple to more complex.</p> @@ -301,7 +302,7 @@ First one has to list them with <c>ssh:default_algorithms()</c> and then do changes in the lists.</p> <p>To facilitate addition or removal of algorithms the option <c>modify_algorithms</c> is available. - See the <seealso marker="ssh#option_modify_algorithms">Reference Manual</seealso> for details.</p> + See the <seealso marker="ssh#type-modify_algorithms_common_option">Reference Manual</seealso> for details.</p> <p>The option takes a list with instructions to append, prepend or remove algorithms:</p> <code type="erl"> |