Ticket #87 (new enhancement)
Automatically generate epydoc boilerplate
| Reported by: | rob | Owned by: | rob |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 |
| Component: | minor mode | Keywords: | |
| Cc: |
Description
An idea for a new Python minor mode. When creating a new python function, automatically parse the function for its arguments and create boilerplate epydoc. E.g. the function def(self, arg1, arg2) would produce:
""" @param arg1: @type arg1: @param arg2: @type arg2: @returns : @rtype : """
Attachments
Note: See
TracTickets for help on using
tickets.
