document individual 2to3 fixers

This commit is contained in:
Benjamin Peterson 2009-02-07 23:01:19 +00:00
parent 096c3ad41d
commit e0820e2ea7
2 changed files with 259 additions and 10 deletions

View file

@ -124,3 +124,4 @@ def setup(app):
app.add_builder(suspicious.CheckSuspiciousMarkupBuilder)
app.add_description_unit('opcode', 'opcode', '%s (opcode)',
parse_opcode_signature)
app.add_description_unit('2to3fixer', '2to3fixer', '%s (2to3 fixer)')