Skip to content

Add missing HTML output support for enum tag #218

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

Merged
merged 2 commits into from
Jan 23, 2020

Conversation

seanmil
Copy link
Contributor

@seanmil seanmil commented Nov 29, 2019

In #215 support for the new enum tag was added. Unfortunately, all of the testing was with markdown generation and it escaped me that HTML output was not automatically included. This patch adds the HTML output generation for the enum tag which should have been included in #215

Copy link
Contributor

@scotje scotje left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good @seanmil, I had one question about the acceptance test manifest.

@@ -7,9 +7,13 @@
#
# @param package_name The name of the package
# @param service_name The name of the service
# @param enum
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be:

Suggested change
# @param enum
# @param myenum

@binford2k binford2k merged commit be43075 into puppetlabs:master Jan 23, 2020
@eputnam eputnam added the feature label Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants