This PR fixes a problem for structures with diamond inheritance: rather than copying doc-strings (which are not available unless `.server.olean` is loaded), we link to them. Adds tests.
2 lines
58 B
Text
2 lines
58 B
Text
import StructureDocstrings.A
|
|
import StructureDocstrings.B
|