class JsDuck::Tag::Docauthor
Exactly the same as @author tag - it's simply ignored.
Public Class Methods
new()
click to toggle source
Calls superclass method
JsDuck::Tag::Author::new
# File lib/jsduck/tag/docauthor.rb, line 6 def initialize super @pattern = "docauthor" @tagname = :docauthor end