diff options
| author | georg.brandl <devnull@localhost> | 2008-09-13 09:44:40 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-09-13 09:44:40 +0000 |
| commit | 46fb6e148235735b0af07cbb8d101e39120fef42 (patch) | |
| tree | 39bed6c5ba2c89efc5ec0e4e76e4327a415a5fa3 /tests | |
| parent | 7d85f84451255cea6184696a117eda31619db89b (diff) | |
| download | sphinx-46fb6e148235735b0af07cbb8d101e39120fef42.tar.gz | |
Add missing file.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/root/autodoc.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/root/autodoc.txt b/tests/root/autodoc.txt new file mode 100644 index 00000000..2b57e0e9 --- /dev/null +++ b/tests/root/autodoc.txt @@ -0,0 +1,7 @@ +Autodoc tests +============= + +.. automodule:: test_autodoc + :members: + +.. autofunction:: function |
