From b8c283a695c8074a57d8c3dfa00934312638931d Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 19 Jul 2013 16:02:53 -0700 Subject: Dropping unecessary php: directive to function definitions in user guide --- user_guide_src/source/helpers/html_helper.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'user_guide_src/source/helpers/html_helper.rst') diff --git a/user_guide_src/source/helpers/html_helper.rst b/user_guide_src/source/helpers/html_helper.rst index df53ebd2f..cc0f2d3ab 100644 --- a/user_guide_src/source/helpers/html_helper.rst +++ b/user_guide_src/source/helpers/html_helper.rst @@ -19,7 +19,7 @@ The following functions are available: br() ==== -.. php:function:: br($count = 1) +.. function:: br($count = 1) :param int $count: Number of times to repeat the tag :returns: string @@ -34,7 +34,7 @@ The above would produce:


heading() ========= -.. php:function:: heading($data = '', $h = '1', $attributes = '') +.. function:: heading($data = '', $h = '1', $attributes = '') :param string $data: Content :param string $h: Heading level @@ -58,7 +58,7 @@ The above code produces:

Welcome!<

img() ===== -.. php:function:: img($src = '', $index_page = FALSE, $attributes = '') +.. function:: img($src = '', $index_page = FALSE, $attributes = '') :param string $src: Image source data :param bool $index_page: Whether to treat $src as a routed URI string @@ -101,7 +101,7 @@ Example:: link_tag() ========== -.. php:function:: ling_tag($href = '', $rel = 'stylesheet', $type = 'text/css', $title = '', $media = '', $index_page = FALSE) +.. function:: ling_tag($href = '', $rel = 'stylesheet', $type = 'text/css', $title = '', $media = '', $index_page = FALSE) :param string $href: What are we linking to :param string $rel: Relation type @@ -148,7 +148,7 @@ for complete control over all attributes and values:: nbs() ===== -.. php:function:: nbs($num = 1) +.. function:: nbs($num = 1) :param int $num: Number of space entities to produce :returns: string @@ -165,7 +165,7 @@ The above would produce:: ul() and ol() ============= -.. php:function:: ul($list, $attributes = '') +.. function:: ul($list, $attributes = '') :param array $list: List entries :param array $attributes: HTML attributes @@ -280,7 +280,7 @@ The above code will produce this:: -.. php:function:: ol($list, $attributes = '') +.. function:: ol($list, $attributes = '') :param array $list: List entries :param array $attributes: HTML attributes @@ -292,7 +292,7 @@ ordered lists instead of