MOBILE-4362 dx: Add inheritdoc snippet
parent
a30dd27943
commit
40d58647af
|
@ -110,4 +110,13 @@
|
||||||
],
|
],
|
||||||
"description": "[Moodle] Create a Pure Singleton"
|
"description": "[Moodle] Create a Pure Singleton"
|
||||||
},
|
},
|
||||||
|
"Innherit doc": {
|
||||||
|
"prefix": "inheritdoc",
|
||||||
|
"body": [
|
||||||
|
"/**",
|
||||||
|
" * @inheritdoc",
|
||||||
|
" */"
|
||||||
|
],
|
||||||
|
"description": "Add @inheritdoc documentation block"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue