mapbox / turf-swift

A Swift language port of Turf.js.
https://mapbox.github.io/turf-swift/
ISC License
236 stars 55 forks source link

v2.5.0 documentation lacks method signatures #195

Closed 1ec5 closed 9 months ago

1ec5 commented 2 years ago

The published documentation for v2.5.0 lacks method signatures, and anchors to specific sections of the pages are broken. Compare the LineString.intersection(with:) documentation between v2.4.0 and v2.5.0:

v2.4.0 v2.5.0

This is a symptom of missing USRs. jazzy probably outputs a warning indicating the problem.

/cc @mapbox/navigation-ios

OdNairy commented 9 months ago

Looks like it was fixed already.

CleanShot 2024-01-26 at 15 34 25@2x