diff options
| author | realtradam <[email protected]> | 2022-02-04 23:54:58 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-02-04 23:54:58 -0500 |
| commit | 94f47886ba4ebde211de66583816cb9b3ff1747b (patch) | |
| tree | edd803bec518f116583385351fc7d7bb02c00ad6 /templates | |
| parent | c20c2f415d15235fdc96ac177cb008eb3e11358a (diff) | |
| download | yard-mruby-94f47886ba4ebde211de66583816cb9b3ff1747b.tar.gz yard-mruby-94f47886ba4ebde211de66583816cb9b3ff1747b.zip | |
fix rendering method parameters in html outputmethod-fix
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/default/tags/setup.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default/tags/setup.rb b/templates/default/tags/setup.rb index 0851f34..1d34e41 100644 --- a/templates/default/tags/setup.rb +++ b/templates/default/tags/setup.rb @@ -6,5 +6,5 @@ def init end def param - super || tag(:param) if object.type == :function + super || tag(:param) if object.type == :method end |
