Skip to content
proutils edited this page Sep 13, 2010 · 5 revisions

If you use the Syckle project work-flow management tool, DNote provides a plugin you can use to automate during the document phase. Here’s the Syckfile entry template with default values (i.e. you don’t need to supply a field if the default already matches your needs).

  ---
  dnote:
    service: dnote
    files: **/*.rb
    labels: [ TODO, FIXME, OPTIMIZE, DEPRECATE ]
    formats: index
    output: log/dnote/
    title: Developer's Notes

index if a special format that is the same as html, but saves the file as index.html, instead of notes.html.

Clone this wiki locally