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

jekyll tag comment issues #5

Closed
mslinn opened this issue Nov 8, 2023 · 0 comments
Closed

jekyll tag comment issues #5

mslinn opened this issue Nov 8, 2023 · 0 comments

Comments

@mslinn
Copy link
Owner

mslinn commented Nov 8, 2023

The instance variables are missing @ prefix:

    # @param tag_name [String] is the name of the tag, which we already know.
    # @param argument_string [String] the arguments from the web page.
    # @param tokens [Liquid::ParseContext] tokenized command line

Should be:

    # @param @tag_name [String] is the name of the tag, which we already know.
    # @param @argument_string [String] the arguments from the web page.
    # @param @tokens [Liquid::ParseContext] tokenized command line
mslinn added a commit that referenced this issue Nov 8, 2023
@mslinn mslinn closed this as completed Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant