diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 01:01:10 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:38 +0700 |
commit | dc92560be5726152941c7f2c50ba32a651012052 (patch) | |
tree | 9f4407ee5c356241f161716edaaf162b906d1d7e /development/ruff/README | |
parent | 1fa8f1702769e659848865b351f4ded3c206d090 (diff) |
development/ruff: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ruff/README')
-rw-r--r-- | development/ruff/README | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/development/ruff/README b/development/ruff/README index c5eacaf82650..da52ca8ff237 100644 --- a/development/ruff/README +++ b/development/ruff/README @@ -1,12 +1,13 @@ -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. +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. +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. +Ruff! is covered by a liberal BSD open-source license that permits use +for any purpose. |