summaryrefslogtreecommitdiffstats
path: root/development/ruff/README
diff options
context:
space:
mode:
author Richard Ellis2011-11-17 01:33:49 +0100
committer Robby Workman2011-11-26 16:08:11 +0100
commitd5930c9980b287eee90d2e9b6aeba7b433783c15 (patch)
tree7e0065b5a5b7d116ed42688dacd4a46664a9635f /development/ruff/README
parent867bf212160736a0139cdc5be82d554ce0189b8e (diff)
downloadslackbuilds-d5930c9980b287eee90d2e9b6aeba7b433783c15.tar.gz
development/ruff: Added (Runtime function formatter)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development/ruff/README')
-rw-r--r--development/ruff/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/ruff/README b/development/ruff/README
new file mode 100644
index 0000000000..c5eacaf826
--- /dev/null
+++ b/development/ruff/README
@@ -0,0 +1,12 @@
+Ruff! (Runtime function formatter) is a documentation generation system for
+programs written in the Tcl programming language. Ruff! is included with
+Woof! but can be used independently of it. Ruff! uses runtime introspection
+in conjunction with comment analysis to generate reference manuals for Tcl
+programs.
+
+In comparison with source code based documentation generators, Ruff!
+produces documentation that not only requires less effort from the
+programmer, but is also more complete, more accurate and more maintainable.
+
+Ruff! is covered by a liberal BSD open-source license that permits use for
+any purpose.