puppet-strings/lib/puppetx/yardoc/yard
Charlie Sharpsteen 32d69848e1 Small fixes to the namespace_list template helper
The `namespace_list` helper is used to filter YARD objects in order to populate
search lists. The code was originally derived from the `class_list` helper.
This patch guards against calling `children` on objects that have no children
and removes a recursive call to the old `class_list` method.
2014-06-12 21:15:50 -07:00
..
code_objects Add new PuppetNamespaceObject class 2014-06-12 21:12:37 -07:00
handlers Add custom YARD handler for parser functions 2014-06-05 21:40:17 -07:00
templates/default Small fixes to the namespace_list template helper 2014-06-12 21:15:50 -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 Monkeypatch a fix into YARD::Logger#show_progress 2014-06-11 23:48:39 -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