mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Store PklProject annotations in the project metadata (#708)
Write annotations to project metadata, and provide them to pkl-doc\ The following annotations have meaning for pkl-doc: * `@Unlisted`: hide package from documentation site * `@Deprecated`: add deprecated information
This commit is contained in:
@@ -436,3 +436,7 @@ typealias CommonSpdxLicenseIdentifier =
|
||||
|"UPL-1.0"
|
||||
|"BSL-1.0"
|
||||
|"Unlicense"
|
||||
|
||||
@Unlisted
|
||||
@Since { version = "0.27.0" }
|
||||
fixed annotations: List<Annotation> = reflect.moduleOf(this).annotations
|
||||
|
||||
Reference in New Issue
Block a user