You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for packages must be set on the package object. When
generating the docsite, dotty doc must then copy the documentation from
the package object node to the package node, so that it is shown in the
index for this package.
In dotty doc, the comments are added to the "doc AST" in the
`DocstringPhase`. Then, the doc for packages are copied from the
matching package objects in the `PackageObjectsPhase`.
This means that `PackageObjectsPhase` must be able to see the changes
done by `DocstringPhase`, and therefor they cannot be in the same
miniphase.
0 commit comments