puppet-strings/lib/puppetx/yardoc/yard/handlers
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
..
base.rb Move Puppet classes into a custom namespace 2014-05-25 22:59:46 -07:00
defined_type_handler.rb Extend doc generation to defined types 2014-05-30 09:28:25 -07:00
host_class_handler.rb Extract class parameters from parser output 2014-05-28 23:53:12 -07:00
parser_function_handler.rb Add custom YARD handler for parser functions 2014-06-05 21:40:17 -07:00