uber / mockolo

Efficient Mock Generator for Swift
Apache License 2.0
805 stars 85 forks source link

Xcode 13.2.1 warns on /// @mockable annotations #176

Closed adam-zethraeus closed 2 years ago

adam-zethraeus commented 2 years ago
CleanShot 2022-02-03 at 12 46 54@2x

I guess it's trying to be nice and tell you what doesn't work in DocC.

Although, given DocC's /// standard, would it be worth making the annotations semantic within it?

/// > Tip: Mockable(combine: fooPublisher = PassthroughSubject; barPublisher = CurrentValueSubject)
adam-zethraeus commented 2 years ago

(If you like the suggestion, LMK an I'll try taking it on)

EspressoCup commented 2 years ago

Yup go for it 👍