diff options
| author | Georg Brandl <georg@python.org> | 2010-07-27 19:19:29 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-07-27 19:19:29 +0200 |
| commit | ffc0c1242226dffbf4db192a5f8aac0723e228fb (patch) | |
| tree | 2f0e528f8c14ad19b6add7a051754ceb0ccb3df1 /tests/root/objects.txt | |
| parent | 961e3188c3e72b42348d4038f91591e505bf9b0f (diff) | |
| download | sphinx-ffc0c1242226dffbf4db192a5f8aac0723e228fb.tar.gz | |
Add some tests for docfields.
Diffstat (limited to 'tests/root/objects.txt')
| -rw-r--r-- | tests/root/objects.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/root/objects.txt b/tests/root/objects.txt index ca3d0eb7..334827de 100644 --- a/tests/root/objects.txt +++ b/tests/root/objects.txt @@ -43,6 +43,11 @@ Testing object descriptions .. class:: TimeInt + :param moo: |test| + :type moo: |test| + +.. |test| replace:: Moo + .. class:: Time(hour, minute, isdst) :param hour: The year. |
