This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Strange results with extensions and types in same file. #34
Labels
bug
Something isn't working
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Thanks this looks awesome! I did a quick test and I think I found some bugs.
I created a new Swift package and put the following in the source file:
When I run the generator via
swift doc generate Sources --module-name spm-test
I get the following:Home.md
NSNumber_Result_spm_test.md
sayHello().md
I think there are three bugs here:
spm_test
struct is nested under theNSNumber
andResult
types.sayHello
function is documented as an operator.The text was updated successfully, but these errors were encountered: