Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PDOC-206) support for tasks #161

Merged
merged 1 commit into from
Mar 21, 2018
Merged

(PDOC-206) support for tasks #161

merged 1 commit into from
Mar 21, 2018

Commits on Mar 19, 2018

  1. (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.
    eputnam committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    738275b View commit details
    Browse the repository at this point in the history