Added a js:data directive/role to describe/refer to global variables/constants.

This commit is contained in:
Daniel Neuhäuser
2010-03-30 19:39:18 +00:00
parent 25b8e87fee
commit 9d53f460ea
3 changed files with 17 additions and 0 deletions

View File

@@ -78,6 +78,8 @@ Javascript items
.. js:function:: foo()
.. js:data:: bar
References
==========
@@ -93,6 +95,8 @@ Without target: :c:func:`CFunction`. :c:func:`!malloc`.
:js:func:`foo()`
:js:func:`foo`
:js:data:`bar`
Others
======