Yard Components
This is a YARD plugin to generate a documentation page for each component in your system.
The page lists all classes and methods tagged with @component
, along with their
descriptions.
To try, run
yardoc -e lib/yard-components.rb example/multi-component-system.rb
The file example/multi-component-system.rb uses the @component
tag.
Copyright (c) 2011 Daniel Higginbotham. See LICENSE.txt for further details.