puppet-strings/spec
Eric Putnam 738275b9e7
(PDOC-206) support for Puppet Tasks
Currently, puppet-strings does not know how to generate documentation
for Puppet Tasks. This does all the work to add support for Tasks
including a new JSON parser, a task handler, task statement, and task code
object. Basically, Strings reads the JSON using the native ruby json
parser and sends values through in a way it understands. It is only
passing json key/value pairs through, nothing is happening with tags at
this time. You can now document Tasks and generate HTML, Markdown, or
JSON output.
2018-03-19 11:37:00 -07:00
..
acceptance (PDOC-224) Handle --emit-json(-stdout) again 2018-03-01 18:28:48 +01:00
fixtures (PDOC-206) support for Puppet Tasks 2018-03-19 11:37:00 -07:00
unit/puppet-strings (PDOC-206) support for Puppet Tasks 2018-03-19 11:37:00 -07:00
spec_helper.rb Merge pull request #156 from eputnam/pdoc184 2018-02-20 15:28:34 -08:00
spec_helper_acceptance.rb (PDOC-144) acceptance: fix windows pre-suite 2017-02-07 00:35:33 +00:00