Skip to content

Commit

Permalink
Merge pull request #195 from ghoneycutt/gh192_fix_documentation_style
Browse files Browse the repository at this point in the history
(GH-192) Fix puppet-strings description of class and defined type
  • Loading branch information
rodjek authored Mar 4, 2019
2 parents 01199f0 + 562ebc3 commit adcb444
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions object_templates/class.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A description of what this class does
#
# @summary A short summary of the purpose of this class
#
# A description of what this class does
#
# @example
# include <%= name %>
<%- if params -%>
Expand Down
4 changes: 2 additions & 2 deletions object_templates/defined_type.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A description of what this defined type does
#
# @summary A short summary of the purpose of this defined type.
#
# A description of what this defined type does
#
# @example
# <%= name %> { 'namevar': }
define <%= name %> (
Expand Down

0 comments on commit adcb444

Please sign in to comment.