DNote 1.7.0 has been released.
DNote makes it easy to extract developer’s notes from source code, and
supports almost any language.
- home: http://rubyworks.github.com/dnote
- code: GitHub - rubyworks/dnote: Extract Developers Notes from Source
- wiki: http://wiki.github.com/rubyworks/dnote
- api: File: README — Documentation for dnote (1.7.1)
- bugs: Issues · rubyworks/dnote · GitHub
- mail: http://groups.google.com/groups/rubyworks-mailinglist
This release finishes adding code context support to all formats. Use
the -c
option to set the number of lines to include. Note also that
the rake task has been moved to dnote/rake/dnotetask
.
Changes:
- Support code contexts in all formats.
- Rake task moved to
dnote/rake/dnotetask
.