mediawiki-extensions-Visual.../modules/ve-mw
Timo Tijhof 8f9d184758 doc: Fix existing violations detected by JSDuck 5
* Fix invalid @param name (mixup of type and param name).
* Fix incorrect reliance on inferred name for ve.Range.
  @class uses the below function to guess its name, however
  if @property is encountered, the @class block ends. Thus
  it was indexed as a nameless class.
* Separate @property definitions because combining them like
  that doesn't work (it silently ignored everything after the
  first "from" property).

Also:
* Add some missing @static to static methods in ve.Range.
* Remove a few redundant @method while at it.

Change-Id: I8357c30711a4830af0b68b18350352c457a607f3
2013-11-19 16:10:25 +05:30
..
ce Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
dm doc: Get rid of 'static' property container in jsduck index 2013-11-19 10:21:39 +00:00
init Combine all the saveError.* track events 2013-11-19 11:02:52 +05:30
test [Browser test] Add Review Changes workflow per reviewer comment 2013-11-19 10:28:26 +01:00
ui doc: Fix existing violations detected by JSDuck 5 2013-11-19 16:10:25 +05:30