File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -50,17 +50,20 @@ Library that helps identifying if the environment can be used for development of
50
50
* Describes warning returned from nativescript-doctor check.
51
51
*/
52
52
interface IWarning {
53
- /** The warning.
53
+ /**
54
+ * The warning.
54
55
* @type {string}
55
56
*/
56
57
warning: string;
57
58
58
- /** Additional information for the warning.
59
+ /**
60
+ * Additional information for the warning.
59
61
* @type {string}
60
62
*/
61
63
additionalInformation: string;
62
64
63
- /** The platforms which are affected by this warning.
65
+ /**
66
+ * The platforms which are affected by this warning.
64
67
* @type {string[]}
65
68
*/
66
69
platforms: string[];
Original file line number Diff line number Diff line change @@ -282,17 +282,20 @@ declare module NativeScriptDoctor {
282
282
* Describes warning returned from nativescript-doctor check.
283
283
*/
284
284
interface IWarning {
285
- /** The warning.
285
+ /**
286
+ * The warning.
286
287
* @type {string }
287
288
*/
288
289
warning : string ;
289
290
290
- /** Additional information for the warning.
291
+ /**
292
+ * Additional information for the warning.
291
293
* @type {string }
292
294
*/
293
295
additionalInformation : string ;
294
296
295
- /** The platforms which are affected by this warning.
297
+ /**
298
+ * The platforms which are affected by this warning.
296
299
* @type {string[] }
297
300
*/
298
301
platforms : string [ ] ;
You can’t perform that action at this time.
0 commit comments