Currently we have these core annotations in SassDoc:
@access
@alias
@author
@deprecated
@example
@group
@ignore
@link
@output
@parameters
@prop
@requires
@returns
@see
@since
@throws
@todos
@type
For 2.0.0 I would like to unify these to be all singular. So we need to rename:
@parameters => @parameter
@requires => @require
@returns => @return
@throws => @throw
@todos => @todo
Additionally I would like to rename @prop to @property to align it with @parameter.
We need to think about this because we won't be able to change this after 2.0.0 any time soon again, because this would break all themes.
Currently we have these core annotations in SassDoc:
@access@alias@author@deprecated@example@group@ignore@link@output@parameters@prop@requires@returns@see@since@throws@todos@typeFor
2.0.0I would like to unify these to be all singular. So we need to rename:@parameters=>@parameter@requires=>@require@returns=>@return@throws=>@throw@todos=>@todoAdditionally I would like to rename
@propto@propertyto align it with@parameter.We need to think about this because we won't be able to change this after
2.0.0any time soon again, because this would break all themes.