mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
doc fixes
This commit is contained in:
parent
a05bb1cfe3
commit
763e7a31ce
@ -22,13 +22,13 @@ var IPython = (function (IPython) {
|
|||||||
/**
|
/**
|
||||||
* The Base `Cell` class from which to inherit
|
* The Base `Cell` class from which to inherit
|
||||||
* @class Cell
|
* @class Cell
|
||||||
*/
|
**/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @constructor
|
* @constructor
|
||||||
*
|
*
|
||||||
* * @param {object|undefined} [options]
|
* @param {object|undefined} [options]
|
||||||
* @param [options.cm_config] {object} config to pass to CodeMirror, will extend default parameters
|
* @param [options.cm_config] {object} config to pass to CodeMirror, will extend default parameters
|
||||||
*/
|
*/
|
||||||
var Cell = function (options) {
|
var Cell = function (options) {
|
||||||
|
|
||||||
@ -253,7 +253,7 @@ var IPython = (function (IPython) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* force codemirror highlight mode
|
* Force codemirror highlight mode
|
||||||
* @method force_highlight
|
* @method force_highlight
|
||||||
* @param {object} - CodeMirror mode
|
* @param {object} - CodeMirror mode
|
||||||
**/
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user