Sha256: 4a5ff052dd0dc5a9dc87cf62e378379b33e79b4967e3e296aeb7653bd7596303
Contents?: true
Size: 240 Bytes
Versions: 29
Compression:
Stored size: 240 Bytes
Contents
require "jsduck/tag/author" module JsDuck::Tag # Exactly the same as @author tag - it's simply ignored. class Docauthor < Author def initialize super @pattern = "docauthor" @tagname = :docauthor end end end
Version data entries
29 entries across 29 versions & 3 rubygems