Skip to content

Commit

Permalink
Update Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Mar 10, 2024
1 parent ecb86af commit fc88f66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/SpeziQuestionnaire/QuestionnaireView.swift
Expand Up @@ -60,6 +60,7 @@ public struct QuestionnaireView: View {
/// - Parameters:
/// - questionnaire: The `Questionnaire` that should be displayed.
/// - completionStepMessage: Optional completion message that can be appended at the end of the questionnaire.
/// - cancelBehavior: The cancel behavior of view. The default setting allows cancellation and asks for confirmation before the view is dismissed.
/// - questionnaireResult: Result closure that processes the ``QuestionnaireResult``.
public init(
questionnaire: Questionnaire,
Expand Down

0 comments on commit fc88f66

Please sign in to comment.