summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/documentation
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-02-02 12:41:01 +0100
committerAndrey Andreev <narf@devilix.net>2015-02-02 12:41:01 +0100
commitcd3d9dbcbc99fa956b7400d328f202e1bcab4677 (patch)
treeca1e12b6751f31de8f49055118318643f7d647c7 /user_guide_src/source/documentation
parent7fd0c2d22ccbeb824419477ae8b506b84002ea13 (diff)
[ci skip] Fix #3515
Diffstat (limited to 'user_guide_src/source/documentation')
-rw-r--r--user_guide_src/source/documentation/index.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/user_guide_src/source/documentation/index.rst b/user_guide_src/source/documentation/index.rst
index 6d4c94bc1..60c6b4ed6 100644
--- a/user_guide_src/source/documentation/index.rst
+++ b/user_guide_src/source/documentation/index.rst
@@ -115,9 +115,9 @@ For example, consider the following ReST:
.. code-block:: rst
- .. class:: Some_class
+ .. php:class:: Some_class
- .. method:: some_method ( $foo [, $bar [, $bat]])
+ .. php:method:: some_method ( $foo [, $bar [, $bat]])
This function will perform some action. The ``$bar`` array must contain
a something and something else, and along with ``$bat`` is an optional
@@ -151,7 +151,7 @@ For example, consider the following ReST:
See also :meth:`Some_class::should_do_something`
- .. method:: should_do_something()
+ .. php:method:: should_do_something()
:returns: Whether or not something should be done
:rtype: bool
@@ -159,10 +159,10 @@ For example, consider the following ReST:
It creates the following display:
-.. class:: Some_class
+.. php:class:: Some_class
- .. method:: some_method ( $foo [, $bar [, $bat]])
+ .. php:method:: some_method ( $foo [, $bar [, $bat]])
This function will perform some action. The ``$bar`` array must contain
a something and something else, and along with ``$bat`` is an optional
@@ -196,7 +196,7 @@ It creates the following display:
See also :meth:`Some_class::should_do_something`
- .. method:: should_do_something()
+ .. php:method:: should_do_something()
:returns: Whether or not something should be done
:rtype: bool \ No newline at end of file