diff options
| author | Georg Brandl <georg@python.org> | 2010-08-14 17:04:25 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-08-14 17:04:25 +0200 |
| commit | 08d036efe0c50d896c9f68def195d6aff978a7e2 (patch) | |
| tree | 19cf1a53032f006bad59ea24385f2a5d019b65b4 /sphinx/directives | |
| parent | 61ca36770abba35e326c564bb004105cbe2dbe4e (diff) | |
| download | sphinx-08d036efe0c50d896c9f68def195d6aff978a7e2.tar.gz | |
Fix handling of doc field types for different directive types.
Diffstat (limited to 'sphinx/directives')
| -rw-r--r-- | sphinx/directives/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/directives/__init__.py b/sphinx/directives/__init__.py index 48c44178..b7adbcaf 100644 --- a/sphinx/directives/__init__.py +++ b/sphinx/directives/__init__.py @@ -162,7 +162,6 @@ class ObjectDescription(Directive): self.env.temp_data['object'] = self.names[0] self.before_content() self.state.nested_parse(self.content, self.content_offset, contentnode) - #self.handle_doc_fields(contentnode) DocFieldTransformer(self).transform_all(contentnode) self.env.temp_data['object'] = None self.after_content() |
