From 1b4621c03a74af5ca19b0a99b54c719442e91c04 Mon Sep 17 00:00:00 2001 From: david-swift Date: Fri, 12 Jul 2024 21:56:21 +0200 Subject: [PATCH] Add documentation --- Sources/TermKitBackend/Scene/MenuBar.swift | 1 + Sources/TermKitBackend/Scene/Window.swift | 1 + 2 files changed, 2 insertions(+) diff --git a/Sources/TermKitBackend/Scene/MenuBar.swift b/Sources/TermKitBackend/Scene/MenuBar.swift index 997e43b..a2c55fd 100644 --- a/Sources/TermKitBackend/Scene/MenuBar.swift +++ b/Sources/TermKitBackend/Scene/MenuBar.swift @@ -51,6 +51,7 @@ public struct MenuBar: TermKitSceneElement { /// Update the stored content. /// - Parameters: /// - storage: The storage to update. + /// - app: The app storage. /// - updateProperties: Whether to update the view's properties. public func update( _ storage: SceneStorage, diff --git a/Sources/TermKitBackend/Scene/Window.swift b/Sources/TermKitBackend/Scene/Window.swift index 2100821..4c54264 100644 --- a/Sources/TermKitBackend/Scene/Window.swift +++ b/Sources/TermKitBackend/Scene/Window.swift @@ -52,6 +52,7 @@ public struct Window: TermKitSceneElement { /// Update the stored content. /// - Parameters: /// - storage: The storage to update. + /// - app: The app storage. /// - updateProperties: Whether to update the view's properties. public func update( _ storage: SceneStorage,