mediawiki-extensions-Visual.../modules/ve-mw/init
Thiemo Kreuz aa556e3ef8 Update and fix all @param config and @cfg documentation
I tried to review all of them. Some of the changes I did:
* Make sure the `config` parameter is not marked as optional
  when it is not.
* Make sure default values are mentioned.
* List individual `@cfg` options when it makes sense.

Note I don't list all options a class could accept (e.g. via all
its parent classes and mixins). That's too much. Instead I checked
how a class is actually used and list only these options.

Even then I don't list everything, e.g. unspecific options
like "classes" that can be used pretty much everywhere.

Change-Id: Idf4fbe1dc3608ace277df9e385f2f140df3a2f50
2021-09-12 12:35:27 +00:00
..
apiresponsecache Remove redundant initialization from LinkCache 2021-09-02 13:54:15 +02:00
styles Make .ve-init-mw-target-surface styles not apply to nested non-target surfaces 2021-06-04 20:48:18 +00:00
targets Update and fix all @param config and @cfg documentation 2021-09-12 12:35:27 +00:00
ve.init.mw.ArticleTargetEvents.js Update save failure logging for EditAttemptStep schema, simplify code 2021-01-15 20:06:20 +01:00
ve.init.mw.js
ve.init.mw.Platform.init.js
ve.init.mw.Platform.js Merge "Implement mwPlatform#decodeEntities" 2021-01-28 20:57:40 +00:00
ve.init.mw.SaveErrorHandler.js Remove @param/@return docs that literally repeat the code 2021-06-14 15:44:51 +02:00
ve.init.mw.trackSubscriber.js Track whether an event was oversampled 2021-02-02 13:02:01 +01:00
ve.init.mw.ViewportZoomHandler.js