From 1e41136bdb4fad4d81ebf892240bb72bee73ef03 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Fri, 7 Feb 2014 15:53:02 +0200 Subject: [ci skip] Replace :php:func: usage with just :func: --- user_guide_src/source/documentation/index.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'user_guide_src/source/documentation/index.rst') diff --git a/user_guide_src/source/documentation/index.rst b/user_guide_src/source/documentation/index.rst index 43afe6fd3..b080c0efa 100644 --- a/user_guide_src/source/documentation/index.rst +++ b/user_guide_src/source/documentation/index.rst @@ -127,7 +127,7 @@ ReST: :param mixed $bar: A data array that must contain aa something and something else :param bool $bat: whether or not to do something :returns: FALSE on failure, TRUE if successful - :rtype: Boolean + :rtype: bool :: @@ -148,13 +148,13 @@ ReST: .. note:: Here is something that you should be aware of when using some_method(). For real. - See also :php:meth:`Some_class::should_do_something` + See also :meth:`Some_class::should_do_something` .. method:: should_do_something() - :returns: whether or something should be done or not - :rtype: Boolean + :returns: Whether or something should be done or not + :rtype: bool It creates the following display: @@ -172,7 +172,7 @@ It creates the following display: :param mixed $bar: A data array that must contain aa something and something else :param bool $bat: whether or not to do something :returns: FALSE on failure, TRUE if successful - :rtype: Boolean + :rtype: bool :: @@ -193,10 +193,10 @@ It creates the following display: .. note:: Here is something that you should be aware of when using some_method(). For real. - See also :php:meth:`Some_class::should_do_something` + See also :meth:`Some_class::should_do_something` .. method:: should_do_something() - :returns: whether or something should be done or not - :rtype: Boolean + :returns: Whether or something should be done or not + :rtype: bool \ No newline at end of file -- cgit v1.2.3-24-g4f1b