Ryan Brink
05/11/2023, 3:50 PM* Body can be one of the following types:
* - [List<io.bkbn.sourdough.clients.models.ApiKeysListResponseItem>]
* - [io.bkbn.sourdough.clients.models.GeneralError]
*/
The former does not seem to be recognized as a type hint, while the latter is (by intellij at least). What is the expected format in Kdoc for List[MyType]
?mkrussel
05/11/2023, 4:36 PM<
and >
need to be escaped.Ryan Brink
05/11/2023, 4:42 PM