RAA - metatags

metatags / 1.0

Short description: Inline code metadata library
Category: Documentation/From source
Status: stable
Created: 2003-09-08 07:27:45 GMT
Last update: -
Owner: Ryan Pavlik (Projects of this owner)
Homepage: http://mephle.org/MetaTags/
Download: http://mephle.org/MetaTags/metatags-1.0.tar.gz
License: LGPL
Dependency:
None
Description:

MetaTags is a rather simple ruby module. Its goal is the ability to easily define and produce sets of tagged metadata in the code. The code can then examine this metadata and use it as necessary.

Two full tag sets are provided: one for class info (such as the class name, a description, and attributes), and one for method info (such as method name, title, category, description, parameters, etc.).

While inline documetation systems have a goal of parsing
documentation and providing human-readable output, the goal of MetaTags is to produce documentation that is readable by the code itself. The result of this could also be used to provide nice human-readable documentation, as well.

Edit this project (for project owner)

back to RAA top