Ticket #43 (closed enhancement: fixed)
allow single line doc strings
Reported by: | hopscc | Owned by: | Chuck |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
Docstrings are currently wired to a multiline format, leadin and terminator triple quotes on separate lines.
e.g.
""" This is only allowed 1 line(content) doc string """
It would be nice if single line docstrings were also allowed (if only for doccing (one liner ) class vars)
see also one line doc strings
Attachments
Change History
Note: See
TracTickets for help on using
tickets.