Misplaced Pages

YARD (software)

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources.
Find sources: "YARD" software – news · newspapers · books · scholar · JSTOR (November 2009) (Learn how and when to remove this message)
YARD
Original author(s)Loren Segal
Initial releaseFebruary 24, 2007; 17 years ago (2007-02-24)
Stable release0.9.5 / June 22, 2016; 8 years ago (2016-06-22)
Repository
Written inRuby
Operating systemCross-platform
TypeEmbedded documentation generator
LicenseMIT license
Websiteyardoc.org

YARD, is an embedded documentation generator for the Ruby programming language. It analyzes the Ruby source code, generating a structured collection of pages for Ruby objects and methods. Code comments can be added in a natural style.

YARD is useful even if the target source code does not contain explicit comments. YARD will still parse the classes, modules, and methods, and list them in the generated API files.

YARD extends upon the capabilities of RDoc in a number of dimensions:

  • extensibility
  • modularity
  • parsing

Dan Kubb has created an ancillary tool, named Yardstick, which verifies YARD (or RDoc) documentation coverage.

See also

References

  1. Yard - RubiGems.org

External links

Ruby programming language
Implementations
Active
Discontinued
[REDACTED]
IDE
Applications
Libraries and frameworks
Server software
People
Other


Stub icon

This programming-tool-related article is a stub. You can help Misplaced Pages by expanding it.

Categories:
YARD (software) Add topic