summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/documentation
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-02-07 14:53:02 +0100
committerAndrey Andreev <narf@devilix.net>2014-02-07 14:53:02 +0100
commit1e41136bdb4fad4d81ebf892240bb72bee73ef03 (patch)
tree358d904c16bd996da73e5a62a9d54b74df30b0e4 /user_guide_src/source/documentation
parent46145faeb1ba56417af53b0aa545ba8437717da6 (diff)
[ci skip] Replace :php:func: usage with just :func:
Diffstat (limited to 'user_guide_src/source/documentation')
-rw-r--r--user_guide_src/source/documentation/index.rst16
1 files changed, 8 insertions, 8 deletions
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