Sha256: a0fa884d2439172bd063cf23eae8f56552d8b004066f7d502d5c55fab2577386

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 KB

Contents

= D'Note

* http://proutils.github.com/dnote
* http://github.com/proutils/dnote


== DESCRIPTION

Extract developement notes from source code and make some pretty RDoc and/or HTML
formatted files out of them.


== SYNOPSIS

Developer notes it the source code must be formate as follows: 

  # TYPE: description ...
  #       ... cont ...

All notes must be separated by a blank line. Eg.

  # TYPE: description ...
  # 
  # TYPE: description ...

Without the blank line the second note will be taken to be part of the first.
Any description that takes up more than one line must remain flush to the left
margin (if the first line is flush to the left margin too) b/c RDoc will mistake
of formatting the remaining lines as a +pre+ block it if is not. So...

  # TYPE: ... description ...
  # continue ...

Alternately the whole note can be a +pre+ block by indenting them. Then the
layout if freed-up.

  # This is a description of something...
  #
  #   TYPE: description ...
  #         continued ...


== COPYRIGHTS

(GPL Licensed)

Copyright (c) 2006, 2009 Thomas Sawyer

[INSERT NOTICE HERE]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dnote-0.8 README.rdoc