Fix documentation warnings.

This commit is contained in:
Doug
2021-07-02 16:46:27 +01:00
parent 3b6feb3583
commit f76db0baa4
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -90,7 +90,7 @@
@param roomId the room identifier.
@param eventId if not nil, the room will be opened on this event.
@param mxSession the matrix session in which the room should be available.
@param matrixSession the matrix session in which the room should be available.
@param completion the block to execute at the end of the operation.
*/
- (void)selectRoomWithId:(NSString*)roomId andEventId:(NSString*)eventId inMatrixSession:(MXSession*)matrixSession completion:(void (^)(void))completion;
@@ -113,7 +113,7 @@
Open a GroupDetailsViewController to display the information of the provided group.
@param group
@param mxSession the matrix session in which the group should be available.
@param matrixSession the matrix session in which the group should be available.
*/
- (void)selectGroup:(MXGroup*)group inMatrixSession:(MXSession*)matrixSession;