It is now possible to use the js:function:: directive for methods.

This commit is contained in:
Daniel Neuhäuser
2010-03-30 21:50:48 +00:00
parent 8bc0248a14
commit 8cbdf1ec34
3 changed files with 27 additions and 4 deletions

View File

@@ -80,6 +80,9 @@ Javascript items
.. js:data:: bar
.. documenting the method of any object
.. js:function:: bar.baz()
References
==========
@@ -96,6 +99,8 @@ Without target: :c:func:`CFunction`. :c:func:`!malloc`.
:js:func:`foo`
:js:data:`bar`
:js:func:`bar.baz()`
:js:func:`bar.baz`
Others