diff options
| author | Georg Brandl <georg@python.org> | 2009-09-08 12:07:27 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-09-08 12:07:27 +0200 |
| commit | cdbbc2fa2ce46bdc2406423ea57b53437f126177 (patch) | |
| tree | 3779950966881ae619a71a56f7a3c428ebdfe517 /tests/root/objects.txt | |
| parent | 3f826d4773f8da37c36905f188c4a979c82e61b2 (diff) | |
| download | sphinx-cdbbc2fa2ce46bdc2406423ea57b53437f126177.tar.gz | |
Move HTML test into own module and add some C references.
Diffstat (limited to 'tests/root/objects.txt')
| -rw-r--r-- | tests/root/objects.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/root/objects.txt b/tests/root/objects.txt index ee70b050..8886e535 100644 --- a/tests/root/objects.txt +++ b/tests/root/objects.txt @@ -57,7 +57,13 @@ C items References ========== -:c:func:`CFunction`. :c:func:`!malloc`. +Referencing :class:`mod.Cls` or :Class:`mod.Cls` should be the same. + +With target: :c:func:`Sphinx_DoSomething()` (parentheses are handled), +:c:member:`SphinxStruct.member`, :c:macro:`SPHINX_USE_PYTHON`, +:c:type:`SphinxType *` (pointer is handled), :c:data:`sphinx_global`. + +Without target: :c:func:`CFunction`. :c:func:`!malloc`. Others @@ -74,12 +80,6 @@ Others .. cmdoption:: -c -Testing references -================== - -Referencing :class:`mod.Cls` or :Class:`mod.Cls` should be the same. - - User markup =========== |
