Codebase list mozc / 6e66dfa
Replace uses of @code within .js files with Markdown backticks REF_BUG=71392935 REF_CL=184574355 REF_TIME=2018-02-05T13:07:33-08:00 REF_TIME_RAW=1517864853 -0800 Hiroshi Sumita 6 years ago
2 changed file(s) with 8 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
5757 this.engineID_ = '';
5858
5959 // Some properties are initialized on
60 // {@code sampleImeForImeExtensionApi.SampleIme.clear_} and
61 // {@code sampleImeForImeExtensionApi.SampleIme.initializeMenuItems_}.
60 // `sampleImeForImeExtensionApi.SampleIme.clear_` and
61 // `sampleImeForImeExtensionApi.SampleIme.initializeMenuItems_`.
6262 this.clear_();
6363 this.initializeMenuItems_();
6464
291291 /**
292292 * Commit text.
293293 * This is a volatile property, and will be cleared by
294 * {@code sampleImeForImeExtensionApi.SampleIme.updateCommitText_}.
294 * `sampleImeForImeExtensionApi.SampleIme.updateCommitText_`.
295295 * @type {?string}
296296 * @private
297297 */
337337
338338 /**
339339 * Appends a new empty segment on
340 * {@code sampleImeForImeExtensionApi.SampleIme.segments}.
340 * `sampleImeForImeExtensionApi.SampleIme.segments`.
341341 * @private
342342 */
343343 sampleImeForImeExtensionApi.SampleIme.prototype.appendNewSegment_ = function() {
383383 /**
384384 * Generates and sets candidates of the segment.
385385 * @param {number=} opt_segmentIndex Index of the segment you want to get a
386 * text. {@code sampleImeForImeExtensionApi.SampleIme.focusedSegmentIndex_}
386 * text. `sampleImeForImeExtensionApi.SampleIme.focusedSegmentIndex_`
387387 * is used as a default value.
388388 * @private
389389 */
574574 };
575575
576576 /**
577 * Updates commit text if {@code commitText_} isn't null.
578 * This function clears {@code commitText_} since it is a volatile property.
577 * Updates commit text if `commitText_` isn't null.
578 * This function clears `commitText_` since it is a volatile property.
579579 * @private
580580 */
581581 sampleImeForImeExtensionApi.SampleIme.prototype.updateCommitText_ = function() {
2929
3030 MAJOR=2
3131 MINOR=23
32 BUILD=2796
32 BUILD=2797
3333 REVISION=102
3434 # This version represents the version of Mozc IME engine (converter, predictor,
3535 # etc.). This version info is included both in the Mozc server and in the Mozc