Added a :js:func: role to refer to functions described with the js:function:: directive.

This commit is contained in:
Daniel Neuhäuser
2010-03-30 19:14:01 +00:00
parent 9837a08294
commit 25b8e87fee
3 changed files with 11 additions and 0 deletions

View File

@@ -90,6 +90,9 @@ With target: :c:func:`Sphinx_DoSomething()` (parentheses are handled),
Without target: :c:func:`CFunction`. :c:func:`!malloc`.
:js:func:`foo()`
:js:func:`foo`
Others
======