X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fjsduck%2Fcustom_tags.rb;h=21cb658dacf59998d6a6ed4ce308b54e636329ff;hb=eadc306573803f444fd692b701823f9939fdd9e7;hp=33008d1da3320ed485be184aef00ec36ef3633bc;hpb=86e88af076b8a696ba98b31c54d377be9461cf8e;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