RAA - emacs-rdoc-fill

emacs-rdoc-fill / 2006.04.28

Short description: RDoc comment formatting support for Emacs
Category: Application/Development
Status: alpha
Created: 2006-06-03 18:55:03 GMT
Last update: 2006-06-03 18:55:03 GMT
Owner: hasu (Projects of this owner)
Homepage: http://www.iki.fi/hasu/emacs-rdoc-fill.html
Download: http://www.iki.fi/hasu/emacs-rdoc-fill.html
License: GPL
Dependency:
None
Description:

Emacs RDoc Fill is an Emacs extension for formatting source code comments appearing at cursor in the document being edited. The comments may be either plain text, or text containing RDoc style markup. Various comment styles are supported (#, ;, //, =begin =end, etc.).

The extension is implemented as an Emacs Lisp library that provides functions for filtering comments through shell commands. The actual parsing and formatting of RDoc text is done using an included Ruby script, which relies on Ruby's built-in rdoc library for the parsing, and on codeprint.rb for pretty printing.

Edit this project (for project owner)

back to RAA top