Documentation
¶
Overview ¶
Package appledocs applies the shared Apple-documentation sidecar schema (internal/appledocs) to the purego generator's metadata model (internal/codegen/frameworks/meta). The file format, discovery convention, and merge policy are identical to internal/appledocs — only the mutated types differ, because the frameworks tree mirrors codegen with its own meta package (the same split the overrides packages use).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Apply ¶
func Apply(docs *rootdocs.Docs, framework *meta.FrameworkMeta)
Apply enriches framework's Doc fields from docs (Apple-preferred, header fallback). It mutates framework in place.
func ApplyAdjacent ¶
func ApplyAdjacent(metaPath string, framework *meta.FrameworkMeta) error
ApplyAdjacent looks for a sidecar next to metaPath and applies it to framework. A missing sidecar is not an error.
Types ¶
This section is empty.