diff options
| author | DasIch <dasdasich@googlemail.com> | 2010-03-30 19:39:18 +0000 |
|---|---|---|
| committer | DasIch <dasdasich@googlemail.com> | 2010-03-30 19:39:18 +0000 |
| commit | fb6878056484ac54365ca021ede808f8505595f7 (patch) | |
| tree | 2eaaa6eba3027e805e5f8c621cb4fd6f7a68925a /tests/root/objects.txt | |
| parent | 44b32787fb0361ad09fabe870ad6e37bd1721f12 (diff) | |
| download | sphinx-fb6878056484ac54365ca021ede808f8505595f7.tar.gz | |
Added a js:data directive/role to describe/refer to global variables/constants.
Diffstat (limited to 'tests/root/objects.txt')
| -rw-r--r-- | tests/root/objects.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/root/objects.txt b/tests/root/objects.txt index 87d33952..37de5f60 100644 --- a/tests/root/objects.txt +++ b/tests/root/objects.txt @@ -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 ====== |
