Go to file
Charlie Sharpsteen c8d318b161 Re-architect around a YARD parser
Start building a YARD parser. Parsing and comment extraction has been moved out
of the yardoc face and into the new `Puppetx::Yardoc::YARD::PuppetParser`
class. The old `Commentor` class from the Util module has been renamed to
`Puppetx::Yardoc::Pops::YARDTransformer`.

`puppet yardoc` is still capable of extracting docstrings for node, class and
type definitions from a single manifest file.
2014-05-22 22:23:34 -07:00
lib Re-architect around a YARD parser 2014-05-22 22:23:34 -07:00
spec Initial commit 2014-05-16 10:57:24 -07:00
.gitignore Initial commit 2014-05-16 10:57:24 -07:00
Rakefile Initial commit 2014-05-16 10:57:24 -07:00
metadata.json Initial commit 2014-05-16 10:57:24 -07:00