X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fjsduck%2Fcustom_tags.rb;h=21cb658dacf59998d6a6ed4ce308b54e636329ff;hb=8136216d631626875950e8b5c5a156a93b3779c3;hp=33008d1da3320ed485be184aef00ec36ef3633bc;hpb=480ab87dbc2974ad9465af2808f21bf83397142e;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/jsduck/custom_tags.rb b/maintenance/jsduck/custom_tags.rb index 33008d1da3..21cb658dac 100644 --- a/maintenance/jsduck/custom_tags.rb +++ b/maintenance/jsduck/custom_tags.rb @@ -30,23 +30,6 @@ class CommonTag < JsDuck::Tag::Tag end end -class SourceTag < CommonTag - def initialize - @tagname = :source - @pattern = 'source' - super - end - - def to_html(context) - context[@tagname].map do |source| - <<-EOHTML -

Source

- #{source[:doc]} - EOHTML - end.join - end -end - class SeeTag < CommonTag def initialize @tagname = :see