Add documentation
This commit is contained in:
parent
f4c7ea40e7
commit
1b4621c03a
@ -51,6 +51,7 @@ public struct MenuBar: TermKitSceneElement {
|
|||||||
/// Update the stored content.
|
/// Update the stored content.
|
||||||
/// - Parameters:
|
/// - Parameters:
|
||||||
/// - storage: The storage to update.
|
/// - storage: The storage to update.
|
||||||
|
/// - app: The app storage.
|
||||||
/// - updateProperties: Whether to update the view's properties.
|
/// - updateProperties: Whether to update the view's properties.
|
||||||
public func update<Storage>(
|
public func update<Storage>(
|
||||||
_ storage: SceneStorage,
|
_ storage: SceneStorage,
|
||||||
|
@ -52,6 +52,7 @@ public struct Window: TermKitSceneElement {
|
|||||||
/// Update the stored content.
|
/// Update the stored content.
|
||||||
/// - Parameters:
|
/// - Parameters:
|
||||||
/// - storage: The storage to update.
|
/// - storage: The storage to update.
|
||||||
|
/// - app: The app storage.
|
||||||
/// - updateProperties: Whether to update the view's properties.
|
/// - updateProperties: Whether to update the view's properties.
|
||||||
public func update<Storage>(
|
public func update<Storage>(
|
||||||
_ storage: SceneStorage,
|
_ storage: SceneStorage,
|
||||||
|
Loading…
Reference in New Issue
Block a user