Skip to content

Commit fecdb2c

Browse files
committed
Add liquid_public_docs yard tag to snippet tag
1 parent 1133386 commit fecdb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/liquid/tags/snippet.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

33
module Liquid
4+
# @liquid_public_docs
45
# @liquid_type tag
56
# @liquid_category variable
67
# @liquid_name snippet
@@ -12,7 +13,6 @@ module Liquid
1213
# {% snippet input %}
1314
# value
1415
# {% endsnippet %}
15-
1616
class Snippet < Block
1717
def initialize(tag_name, markup, options)
1818
super

0 commit comments

Comments
 (0)