mlx-swift icon indicating copy to clipboard operation
mlx-swift copied to clipboard

Fix document symbol links

Open kemchenj opened this issue 1 year ago • 1 comments

There is a bug around swift-docc that could not generate symbol links for - -= / /=.

And this was fixed in Swift 5.10 based on https://github.com/apple/swift-docc/issues/808. So this PR adds symbol links for these operators.

kemchenj avatar May 26 '24 13:05 kemchenj

And I tried to run Build Documentation on Xcode 15.3, it works as expected:

Screenshot 2024-05-26 at 21 05 53

kemchenj avatar May 26 '24 13:05 kemchenj