Project

yard-dm

0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Once yard-dm is installed, YARD will automatically load the plugin when ever the `yardoc` utility is ran on a project.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.3.0
>= 0.4.0
 Project Readme

yard-dm

  • Source
  • Issues
  • [Email](mailto:postmodern.mod3 at gmail.com)

Description

A YARD plugin for parsing DataMapper model syntax.

Once yard-dm is installed, YARD will automatically load the plugin when ever the yardoc utility is ran on a project.

Features

Parses the following statements:

property :name, Type

has n, :things

has 1, :thing

has 0..n, :things

has 1..n, :things

has 2..5, :things

belongs_to :stuff

Requirements

Install

$ gem install yard-dm

License

See {file:LICENSE.txt} for license information.