diff options
author | Siri Hansen <[email protected]> | 2016-03-10 14:55:22 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-03-10 14:55:22 +0100 |
commit | e3e55881b15757e15ea1995b0f8dbfd305f9e89d (patch) | |
tree | a4379d63af0feefb52542f69511272b70389ce4c /lib/common_test/doc/src/ct.xml | |
parent | 5fa1dff3c9f92a3b7c6a897af32c0c72a9a9e8a7 (diff) | |
parent | 880280b22f30a5ba67dcbd93bf85e14c04acc25b (diff) | |
download | otp-e3e55881b15757e15ea1995b0f8dbfd305f9e89d.tar.gz otp-e3e55881b15757e15ea1995b0f8dbfd305f9e89d.tar.bz2 otp-e3e55881b15757e15ea1995b0f8dbfd305f9e89d.zip |
Merge branch 'siri/common_test/fix-doc-links' into maint
* siri/common_test/fix-doc-links:
Fix link errors in common_test documentation
Document that any ssh option is allowed in ct_netconfc
Conflicts:
lib/common_test/doc/src/ct_hooks_chapter.xml
lib/common_test/doc/src/ct_netconfc.xml
Diffstat (limited to 'lib/common_test/doc/src/ct.xml')
-rw-r--r-- | lib/common_test/doc/src/ct.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/common_test/doc/src/ct.xml b/lib/common_test/doc/src/ct.xml index c96ae06c7d..a87be21d73 100644 --- a/lib/common_test/doc/src/ct.xml +++ b/lib/common_test/doc/src/ct.xml @@ -57,9 +57,9 @@ <item><p><c>data_dir</c> - Data file directory</p></item> <item><p><c>priv_dir</c> - Scratch file directory</p></item> <item><p>Whatever added by - <seealso marker="#Module:init_per_suite-1"><c>init_per_suite/1</c></seealso> + <seealso marker="common_test#Module:init_per_suite-1"><c>init_per_suite/1</c></seealso> or - <seealso marker="#Module:init_per_testcase-2"><c>init_per_testcase/2</c></seealso> + <seealso marker="common_test#Module:init_per_testcase-2"><c>init_per_testcase/2</c></seealso> in the test suite.</p></item> </list> @@ -359,7 +359,7 @@ Configuration Files</seealso> in the User's Guide.</p> <p>For details on DES3 encryption/decryption, see application - <seealso marker="crypto"><c>Crypto</c></seealso>.</p> + <seealso marker="crypto:index"><c>Crypto</c></seealso>.</p> </desc> </func> @@ -385,7 +385,7 @@ Configuration Files</seealso> in the User's Guide.</p> <p>For details on DES3 encryption/decryption, see application - <seealso marker="crypto"><c>Crypto</c></seealso>.</p> + <seealso marker="crypto:index"><c>Crypto</c></seealso>.</p> </desc> </func> @@ -1383,7 +1383,7 @@ <desc><marker id="userdata-2"/> <p>Returns any data specified with tag <c>userdata</c> in the list of tuples returned from - <seealso marker="#Module:suite-0"><c>suite/0</c></seealso>.</p> + <seealso marker="common_test#Module:suite-0"><c>suite/0</c></seealso>.</p> </desc> </func> |