Ruby Documenting Tool 0.04-02 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Ruby Documenting Tool 0.04-02 (Default branch)
# 1  
Old 09-30-2008
Ruby Documenting Tool 0.04-02 (Default branch)

The Ruby Documenting Tool application enables youto view, edit, and write comments in Ruby sourcefiles in a more convenient way, and mark upcomments for generating RDoc documentation usingshortcuts.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
YARD(1) 																   YARD(1)

NAME
yard - documentation tool for Ruby SYNOPSIS
yard command [options] DESCRIPTION
yard is an extensible documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions. Below are listed the commands that can be passed to the yard on the command line. For more details about a command, use yard help command from the command line. COMMANDS
config Views or edits current global configuration diff Returns the object diff of two gems or .yardoc files doc Generates documentation. yardoc(1) is a synonym of yard doc. gems Builds YARD index for gems graph Graphs class diagram using Graphviz help Retrieves help for a command i18n Generates .pot file from source code and extra documentation list Lists all constant and methods. Uses yard doc --list. ri A tool to view documentation in the console like ri(1). yri(1) is a synonym of yard ri. server Runs a local documentation server stats Prints documentation statistics on a set of files SEE ALSO
yardoc(1), yri(1). AUTHORS
yard has been developed by Loren Segal <lsegal@soen.ca>. This manual page has been written for the Debian Project by Cedric Boutillier (but may used by others). 2012-05-06 YARD(1)