puppet-strings/lib/puppetx/yardoc/yard
Charlie Sharpsteen c1217912dd Add custom YARD handler for parser functions
This handler triggers on all occurrences of `newfunction` and parses the
parameters passed to that method in order to generate documentation. The
implementation is a good experiment in extracting documentation without
evaluating Ruby code. However, the generality of this approach may ultimately
be doomed by the use of metaprogramming in custom Types and Providers.
2014-06-05 21:40:17 -07:00
..
code_objects Add DefinedTypeObject#inheritance_tree 2014-06-01 18:03:20 -07:00
handlers Add custom YARD handler for parser functions 2014-06-05 21:40:17 -07:00
templates/default Separate Puppet namespaces from Ruby namespaces 2014-06-02 21:57:07 -07:00
code_objects.rb Extend doc generation to defined types 2014-05-30 09:28:25 -07:00
handlers.rb Add custom YARD handler for parser functions 2014-06-05 21:40:17 -07:00
monkey_patches.rb Extend doc generation to defined types 2014-05-30 09:28:25 -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