multiline comments

This commit is contained in:
David Langley
2021-08-25 19:28:19 +01:00
parent ced1b88123
commit 8331559972
6 changed files with 6 additions and 6 deletions
@@ -17,7 +17,7 @@
import Foundation
import SwiftUI
/*
/**
A bordered style of text input as defined in:
https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=2039%3A26415
*/
@@ -17,7 +17,7 @@
import SwiftUI
/*
/**
Renders an input field and a collection of chips
with callbacks for addition and deletion.
*/
@@ -16,7 +16,7 @@
import SwiftUI
/*
/**
Renders the push rule settings that can be enabled/disable.
Also renders an optional bottom section
(used in the case of keywords, for the keyword chips and input).
@@ -16,7 +16,7 @@
import SwiftUI
/*
/**
Renders the keywords input, driven by 'NotificationSettingsViewModel'.
*/
@available(iOS 14.0, *)