Skip to content

Fix DocC documentation#370

Merged
tinder-cfuller merged 2 commits intomainfrom
docs
Mar 15, 2024
Merged

Fix DocC documentation#370
tinder-cfuller merged 2 commits intomainfrom
docs

Conversation

@tinder-cfuller
Copy link
Collaborator

No description provided.

@tinder-cfuller tinder-cfuller changed the title Fix UIView+Layout documentation Fix DocC documentation Mar 10, 2024
///
/// - Note: Use ``layout(metrics:_:)`` to create a layout with one item and use ``layout(metrics:items:)`` for
/// multiple items. Call ``Layout/addItems(_:)-59mxv`` to add more items to the layout.
/// multiple items. Use ``Layout/addItem(_:)`` or ``Layout/addItems(items:)`` to add additional items to
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious—how we maintained linking behavior in the docs without the Xcode-provided ID appended to the method?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those methods were renamed, but the rename PR did not update these docs. With the rename there is no ambiguity, therefore the IDs are not necessary.

@tinder-cfuller tinder-cfuller merged commit 42fd18b into main Mar 15, 2024
@tinder-cfuller tinder-cfuller deleted the docs branch March 15, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants