You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default JSDuck hides the author information. To make it visible you can override it with a custom @author tag. Generally the author information is tracked by the source control anyway and you shouldn't duplicate it, but sometimes you might want to explicitly denote the ownership of a particular class.
Example:
/** * @class MyClass * My neat class. * @author John Doe <john@example.com> */