jiti-meet/ios/sdk/src
Lyubo Marinov 4bf19d73fd [RN] Fix documentation comments
* Javadoc introduced @code as a replacement of <code> and <tt> which is
  better aligned with other javadoc tags such as @link. Use it in the
  Java source code. If we switch to Kotlin, then we'll definitely use
  Markdown.

* There are more uses of @code in the JavaScript source code than <tt>
  so use @code for the sake of consistency. Eventually, I'd rather we
  switch to Markdown because it's easier on my eyes.

* Xcode is plain confused by @code and @link. The Internet says that
  Xcode supports the backquote character to denote the beginning and end
  of a string of characters which should be formatted for display as
  code but it doesn't work for me. <tt> is not rendered at all. So use
  the backquote which is rendered itself. Hopefully, if we switch to
  Markdown, then it'll be common between JavaScript and Objective-C
  source code.
2017-10-01 01:35:19 -05:00
..
AppInfo.m Coding style 2017-09-27 11:01:27 -05:00
AudioMode.m [RN] Consistency in Jitsi Meet SDK for iOS 2017-06-08 01:13:12 -05:00
CallKit.m [iOS] Add initial CallKit support 2017-09-29 12:00:13 -05:00
ExternalAPI.m [RN] Fix documentation comments 2017-10-01 01:35:19 -05:00
Info.plist [RN] SDK building, installing, and publishing 2017-09-11 20:12:56 -05:00
JitsiMeet.h [RN] Consistency in Jitsi Meet SDK for iOS 2017-06-08 01:13:12 -05:00
JitsiMeetView+Private.h [iOS] Allow multiple JitsiMeetViews 2017-06-09 19:17:01 -05:00
JitsiMeetView.h [iOS] Add initial CallKit support 2017-09-29 12:00:13 -05:00
JitsiMeetView.m [RN] Fix documentation comments 2017-10-01 01:35:19 -05:00
JitsiMeetViewDelegate.h [RN] Fix documentation comments 2017-10-01 01:35:19 -05:00
POSIX.m [RN] Consistency in Jitsi Meet SDK for iOS 2017-06-08 01:13:12 -05:00
Proximity.m [RN] Fix documentation comments 2017-10-01 01:35:19 -05:00
RCTBridgeWrapper.h [RN] Fix documentation comments 2017-10-01 01:35:19 -05:00
RCTBridgeWrapper.m [iOS] Fix joining initial URL if app was closed 2017-07-07 08:57:49 -05:00