Fix docs
This commit is contained in:
parent
ca8759605c
commit
49ee4d5720
@ -447,22 +447,22 @@ class Formula
|
|||||||
|
|
||||||
# The description of the software.
|
# The description of the software.
|
||||||
# @!method desc
|
# @!method desc
|
||||||
# @see .desc=
|
# @see .desc
|
||||||
delegate desc: :"self.class"
|
delegate desc: :"self.class"
|
||||||
|
|
||||||
# The SPDX ID of the software license.
|
# The SPDX ID of the software license.
|
||||||
# @!method license
|
# @!method license
|
||||||
# @see .license=
|
# @see .license
|
||||||
delegate license: :"self.class"
|
delegate license: :"self.class"
|
||||||
|
|
||||||
# The homepage for the software.
|
# The homepage for the software.
|
||||||
# @!method homepage
|
# @!method homepage
|
||||||
# @see .homepage=
|
# @see .homepage
|
||||||
delegate homepage: :"self.class"
|
delegate homepage: :"self.class"
|
||||||
|
|
||||||
# The livecheck specification for the software.
|
# The livecheck specification for the software.
|
||||||
# @!method livecheck
|
# @!method livecheck
|
||||||
# @see .livecheck=
|
# @see .livecheck
|
||||||
delegate livecheck: :"self.class"
|
delegate livecheck: :"self.class"
|
||||||
|
|
||||||
# Is a livecheck specification defined for the software?
|
# Is a livecheck specification defined for the software?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user