puppet-strings/lib/puppetx/yardoc/yard
Charlie Sharpsteen 918e3bc9cc Tag all functions with @api public
The Puppet Core uses a `.yardopts` file that hides all docstrings that do not
have an API tag. This patch is a hack that allows `puppet yardoc` to extract
documentation for parser functions shipped in the core.

FIXME: This isn't the right way to solve the problem. The right way to solve
the problem is to adjust the Puppet `.yardopts` file to a sane value.
2014-06-19 16:31:58 -07:00
..
code_objects Add new PuppetNamespaceObject class 2014-06-12 21:12:37 -07:00
handlers Tag all functions with @api public 2014-06-19 16:31:58 -07:00
templates/default Skip function list render if no functions defined 2014-06-12 22:48:56 -07:00
code_objects.rb Add new PuppetNamespaceObject class 2014-06-12 21:12:37 -07:00
handlers.rb Add custom YARD handler for parser functions 2014-06-05 21:40:17 -07:00
monkey_patches.rb Move parser functions into a PuppetNamespace 2014-06-12 21:21:11 -07:00
parser.rb Handle cases where the parser returns nil 2014-06-02 19:04:19 -07:00
plugin.rb Fix plugin loading from YARD 2014-05-28 00:07:15 -07:00