Closed arkivanov closed 2 months ago
The changes involve updates to documentation comments across several Kotlin files within the decompose
module. These modifications primarily focus on clarifying terminology related to navigation, specifically changing references from "key of the list" or "key of the stack" to "key of the navigation." Other minor textual adjustments were made to enhance clarity in method descriptions. The actual code functionality remains unchanged.
Files | Change Summary |
---|---|
decompose/src/commonMain/kotlin/com/arkivanov/decompose/router/pages/ChildPagesFactory.kt decompose/src/commonMain/kotlin/com/arkivanov/decompose/router/slot/ChildSlotFactory.kt decompose/src/commonMain/kotlin/com/arkivanov/decompose/router/stack/ChildStackFactory.kt |
Documentation comments updated for key parameter from "key of the list/stack" to "key of the navigation." |
decompose/src/commonMain/kotlin/com/arkivanov/decompose/router/pages/PagesNavigation.kt decompose/src/commonMain/kotlin/com/arkivanov/decompose/router/slot/SlotNavigation.kt |
Documentation comment updated to replace "PagesNavigationSource" and "SlotNavigationSource" with "NavigationSource." |
decompose/src/commonMain/kotlin/com/arkivanov/decompose/router/pages/PagesNavigator.kt decompose/src/commonMain/kotlin/com/arkivanov/decompose/router/slot/SlotNavigator.kt decompose/src/commonMain/kotlin/com/arkivanov/decompose/router/stack/StackNavigator.kt |
Minor textual adjustments in method comments for clarity without changing functionality. |
sequenceDiagram
participant User
participant Navigation
User->>Navigation: Request navigation
Navigation->>Navigation: Update navigation key
Navigation->>User: Confirm navigation
In the code where rabbits hop,
Changes made, they never stop.
Keys of navigation, clear and bright,
Guiding paths in day and night.
With each comment, clarity grows,
Hopping forward, where logic flows! 🐇✨
Summary by CodeRabbit