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/inflector_helper.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'user_guide_src/source/helpers/inflector_helper.rst') diff --git a/user_guide_src/source/helpers/inflector_helper.rst b/user_guide_src/source/helpers/inflector_helper.rst index 1f54b76c0..5f1dea736 100644 --- a/user_guide_src/source/helpers/inflector_helper.rst +++ b/user_guide_src/source/helpers/inflector_helper.rst @@ -19,7 +19,7 @@ The following functions are available: singular() ========== -.. php:function:: singular($str) +.. function:: singular($str) :param string $str: Input string :returns: string @@ -31,7 +31,7 @@ Changes a plural word to singular. Example:: plural() ======== -.. php:function:: plural($str) +.. function:: plural($str) :param string $str: Input string :returns: string @@ -43,7 +43,7 @@ Changes a singular word to plural. Example:: camelize() ========== -.. php:function:: camelize($str) +.. function:: camelize($str) :param string $str: Input string :returns: string @@ -56,7 +56,7 @@ case. Example:: underscore() ============ -.. php:function:: camelize($str) +.. function:: camelize($str) :param string $str: Input string :returns: string @@ -69,7 +69,7 @@ Example:: humanize() ========== -.. php:function:: camelize($str) +.. function:: camelize($str) :param string $str: Input string :param string $separator: Input separator @@ -89,7 +89,7 @@ To use dashes instead of underscores:: is_countable() ============== -.. php:function:: is_countable($word) +.. function:: is_countable($word) :param string $word: Input string :returns: bool -- cgit v1.2.3-24-g4f1b