@@ -21,7 +21,7 @@ The following functions are available:
21
21
.. php :function :: site_url([$uri = ''[, $protocol = null[, $altConfig = null]]])
22
22
23
23
:param array|string $uri: URI string or array of URI segments.
24
- :param string $protocol: Protocol, e.g., 'http' or 'https'. If empty string '' is set, a protocol-relative link is returned.
24
+ :param string $protocol: Protocol, e.g., `` 'http' `` or `` 'https' `` . If empty string `` '' `` is set, a protocol-relative link is returned.
25
25
:param \\ Config\\ App $altConfig: Alternate configuration to use.
26
26
:returns: Site URL
27
27
:rtype: string
@@ -57,7 +57,7 @@ The following functions are available:
57
57
.. php :function :: base_url([$uri = ''[, $protocol = null]])
58
58
59
59
:param array|string $uri: URI string or array of URI segments.
60
- :param string $protocol: Protocol, e.g., 'http' or 'https'. If empty string '' is set, a protocol-relative link is returned.
60
+ :param string $protocol: Protocol, e.g., `` 'http' `` or `` 'https' `` . If empty string `` '' `` is set, a protocol-relative link is returned.
61
61
:returns: Base URL
62
62
:rtype: string
63
63
@@ -292,7 +292,7 @@ The following functions are available:
292
292
.. php :function :: auto_link($str[, $type = 'both'[, $popup = false]])
293
293
294
294
:param string $str: Input string
295
- :param string $type: Link type ('email', 'url' or 'both')
295
+ :param string $type: Link type (`` 'email' ``, `` 'url' `` or `` 'both' `` )
296
296
:param bool $popup: Whether to create popup links
297
297
:returns: Linkified string
298
298
:rtype: string
0 commit comments