puppet-strings/lib/puppet-strings/yard
Will Hopper e291f8cfe9 (PDOC-126) Remove `%Q` ruby quotation syntax from parsed strings
Previously, YARD would parse ruby strings which used %Q notation
and return the syntax literally. This commit adds a new Util
module with a `scrub_string` method to check for such a string
and remove the errant %Q and %q's.
2016-10-28 11:54:34 -07:00
..
code_objects (PDOC-126) Remove `%Q` ruby quotation syntax from parsed strings 2016-10-28 11:54:34 -07:00
handlers (PDOC-126) Remove `%Q` ruby quotation syntax from parsed strings 2016-10-28 11:54:34 -07:00
parsers/puppet (PDOC-63) Implement the Puppet parser. 2016-09-15 13:54:32 -07:00
tags (PDOC-63) Implement JSON output. 2016-09-15 17:15:50 -07:00
templates/default (PDOC-95) Properly group and display multiple provider `defaultfor`s 2016-10-11 13:57:00 -07:00
code_objects.rb (PDOC-63) Implement a Puppet function YARD handler. 2016-09-15 13:55:00 -07:00
handlers.rb (PDOC-63) Implement a Puppet function YARD handler. 2016-09-15 13:55:00 -07:00
parsers.rb (PDOC-63) Implement the Puppet parser. 2016-09-15 13:54:32 -07:00
tags.rb (PDOC-63) Implement a Puppet function YARD handler. 2016-09-15 13:55:00 -07:00
util.rb (PDOC-126) Remove `%Q` ruby quotation syntax from parsed strings 2016-10-28 11:54:34 -07:00