From 41e6381e9f7645dbe15340a155b637a02b0cecab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?= Date: Fri, 13 May 2016 18:23:18 +0200 Subject: common_test: Fix doc tags of ct_netconfc --- lib/common_test/doc/src/ct_netconfc.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/common_test/doc/src/ct_netconfc.xml b/lib/common_test/doc/src/ct_netconfc.xml index 9d1ff25a3a..e6930b30d5 100644 --- a/lib/common_test/doc/src/ct_netconfc.xml +++ b/lib/common_test/doc/src/ct_netconfc.xml @@ -201,7 +201,8 @@ information, see module ct.

- host() = inet:hostname() | inet:ip_address() + host() = inet:hostname() + | inet:ip_address() key_or_name() = server_id() | target_name() @@ -218,7 +219,9 @@ notification_content() = [event_time() | simple_xml()] - option() = {ssh, host()} | {port, inet:port_number()} | {timeout, timeout()} | SshConnectOption + option() = {ssh, host()} | {port, + inet:port_number() + } | {timeout, timeout()} | SshConnectOption

SshConnectOption is any valid option to -- cgit v1.2.3