Wiki

Ticket #43 (closed enhancement: fixed)

Opened 16 years ago

Last modified 16 years ago

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

oneLineDocStr.patch Download (2.4 KB) - added by hopscc 16 years ago.

Change History

Changed 16 years ago by hopscc

Changed 16 years ago by hopscc

  • status changed from new to assigned
  • owner set to Chuck

Heres a code mod/Testfile/relNotesAdd patchfile

Changed 16 years ago by Chuck

  • status changed from assigned to closed
  • resolution set to fixed

Done in changeset:1761

Note: See TracTickets for help on using tickets.