jiti-meet/react/features/mobile/image-cache
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
..
functions.js [RN] Fix documentation comments 2017-10-01 01:35:19 -05:00
index.js [RN] Fix a strange import of a feature by itself 2017-08-18 14:52:41 -05:00
middleware.js [RN] Fix documentation comments 2017-10-01 01:35:19 -05:00
react-native-img-cache.android.js Coding style 2017-09-07 12:49:35 -05:00
react-native-img-cache.ios.js Coding style 2017-09-07 12:49:35 -05:00
react-native-img-cache.no.js [RN] Make react-native-img-cache optional at bundle time 2017-08-18 14:54:25 -05:00
react-native-img-cache.yes.js [RN] Fix a strange import of a feature by itself 2017-08-18 14:52:41 -05:00