diff options
| author | georg.brandl <devnull@localhost> | 2008-07-08 14:45:44 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-07-08 14:45:44 +0000 |
| commit | f5ac3748439475661f00654211bce495e42e10fc (patch) | |
| tree | 32d0e9a4ce71d9208b18435beb9c48bd9ddc7468 /doc | |
| parent | b3354a2254d2fa1037f82383c2a15d568173cfaa (diff) | |
| download | sphinx-f5ac3748439475661f00654211bce495e42e10fc.tar.gz | |
automodule now supports module options.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ext/autodoc.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ext/autodoc.rst b/doc/ext/autodoc.rst index 10fc8fbc..683dad71 100644 --- a/doc/ext/autodoc.rst +++ b/doc/ext/autodoc.rst @@ -121,6 +121,11 @@ directive. .. versionadded:: 0.4 + * :dir:`automodule` also recognizes the ``synopsis``, ``platform`` and + ``deprecated`` options that the standard :dir:`module` directive supports. + + .. versionadded:: 0.5 + .. note:: In an :dir:`automodule` directive with the ``members`` option set, only |
