mirror of
https://github.com/apple/pkl.git
synced 2026-04-24 17:28:37 +02:00
Remove documentation references to packageInfos (#512)
It references something that isn't present and should be removed.
This commit is contained in:
@@ -45,7 +45,7 @@ class DocGenerator(
|
|||||||
modules: Map<DocPackageInfo, Collection<ModuleSchema>>,
|
modules: Map<DocPackageInfo, Collection<ModuleSchema>>,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A function to resolve imports in [modules], [packageInfos], and [docsiteInfo].
|
* A function to resolve imports in [modules] and [docsiteInfo].
|
||||||
*
|
*
|
||||||
* Module `pkl.base` is resolved with this function even if not explicitly imported.
|
* Module `pkl.base` is resolved with this function even if not explicitly imported.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user