When generating the langdef document created in this PR, the generated HTML is almost exactly what I'd like to have in a language semantics document, with one caveat. The types and functions that appear in doc strings have hover text, but that text consistently uses the doc string from the wrong definition.
I think this worked correctly with an earlier version of the code, though I unfortunately don't have a commit available for which that's true.
It could be that the way I have this document structured is not a recommended use case, and I'd welcome suggestions of a different way to structure things.
When generating the
langdefdocument created in this PR, the generated HTML is almost exactly what I'd like to have in a language semantics document, with one caveat. The types and functions that appear in doc strings have hover text, but that text consistently uses the doc string from the wrong definition.I think this worked correctly with an earlier version of the code, though I unfortunately don't have a commit available for which that's true.
It could be that the way I have this document structured is not a recommended use case, and I'd welcome suggestions of a different way to structure things.