diff options
author | Phil Scherer <pscher1@umbc.edu> | 2015-12-09 00:06:11 +0100 |
---|---|---|
committer | Phil Scherer <pscher1@umbc.edu> | 2015-12-09 00:06:11 +0100 |
commit | 62a106e277e53a99346314cc10480e549225b08c (patch) | |
tree | 20f999a5fd27afc9ffd29c27e9511aa198eb7f22 /user_guide_src/source/libraries | |
parent | 2410c30c457e108c1f57978df610e82abab0361e (diff) |
Fix mismatched brackets in documentation
Sphinx generates incomplete/incorrect HTML output because there are
mismatched brackets in the documentation.
Signed-off-by: Phil Scherer <pscher1@umbc.edu>
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r-- | user_guide_src/source/libraries/sessions.rst | 2 | ||||
-rw-r--r-- | user_guide_src/source/libraries/trackback.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/sessions.rst b/user_guide_src/source/libraries/sessions.rst index 9c9761bbf..881705c92 100644 --- a/user_guide_src/source/libraries/sessions.rst +++ b/user_guide_src/source/libraries/sessions.rst @@ -842,7 +842,7 @@ Class Reference .. note:: This method is DEPRECATED. Use ``userdata()`` with no parameters instead. - .. php:method:: &get_userdata() + .. php:method:: get_userdata() :returns: A reference to ``$_SESSION`` :rtype: array diff --git a/user_guide_src/source/libraries/trackback.rst b/user_guide_src/source/libraries/trackback.rst index 4e0cb5541..bceb515f2 100644 --- a/user_guide_src/source/libraries/trackback.rst +++ b/user_guide_src/source/libraries/trackback.rst @@ -239,7 +239,7 @@ Class Reference This method simply validates the incoming TB data, returning TRUE on success and FALSE on failure. If the data is valid it is set to the ``$this->data`` array so that it can be inserted into a database. - .. php:method:: send_error([$message = 'Incomplete information') + .. php:method:: send_error([$message = 'Incomplete information']) :param string $message: Error message :rtype: void |