DNote 1.4.0 has been released.
Dnote makes it easy to extract developer’s notes from source code, and
supports almost any language.
This release adds auto-determination of marker based on file extension.
This means DNote can now scan multiple file types in a single pass. The
supported types are fairly small at this point, but cover the command
cases and will expand in the future. The fallback marker is ‘#’. You can
still force a particular marker using the --marker option.
Changes:
- Support for automatic markers.
On Jun 26, 11:48 am, [email protected] wrote:
DNote 1.4.0 has been released.
Dnote makes it easy to extract developer’s notes from source code, and supports almost any language.
This release adds auto-determination of marker based on file extension. This means DNote can now scan multiple file types in a single pass. The supported types are fairly small at this point, but cover the command cases and will expand in the future. The fallback marker is ‘#’. You can still force a particular marker using the --marker option.
s/command/common/