summaryrefslogtreecommitdiff
path: root/textproc/ruby-rdoc/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-rdoc/DESCR')
-rw-r--r--textproc/ruby-rdoc/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/ruby-rdoc/DESCR b/textproc/ruby-rdoc/DESCR
new file mode 100644
index 00000000000..50fdebdb7a1
--- /dev/null
+++ b/textproc/ruby-rdoc/DESCR
@@ -0,0 +1,6 @@
+RDoc - Documentation from Ruby Source Files
+
+Generates structured HTML documentation from Ruby source.
+Authomatically extracts class, module, method, and attribute definitions.
+These can be annonated using inline comments. Analyzes method visibility.
+Handles aliasing. Uses non-intrusive and implicit markup in the comments.