File tree 2 files changed +8
-10
lines changed
2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -96,8 +96,6 @@ var flatteners = {
96
96
} ,
97
97
'lends' : flattenDescription ,
98
98
'license' : flattenDescription ,
99
- 'linkcode' : synonym ( 'link' ) ,
100
- 'linkplain' : synonym ( 'link' ) ,
101
99
'listens' : todo ,
102
100
'member' : flattenTypedName ,
103
101
'memberof' : flattenDescription ,
Original file line number Diff line number Diff line change @@ -345,14 +345,6 @@ test('parse - @license', function (t) {
345
345
t . end ( ) ;
346
346
} ) ;
347
347
348
- test ( 'parse - @linkcode' , function ( t ) {
349
- t . end ( ) ;
350
- } ) ;
351
-
352
- test ( 'parse - @linkplain' , function ( t ) {
353
- t . end ( ) ;
354
- } ) ;
355
-
356
348
test ( 'parse - @listens' , function ( t ) {
357
349
t . end ( ) ;
358
350
} ) ;
@@ -765,6 +757,14 @@ test('parse - {@link}', function (t) {
765
757
t . done ( ) ;
766
758
} ) ;
767
759
760
+ test ( 'parse - {@linkcode}' , function ( t ) {
761
+ t . end ( ) ;
762
+ } ) ;
763
+
764
+ test ( 'parse - {@linkplain}' , function ( t ) {
765
+ t . end ( ) ;
766
+ } ) ;
767
+
768
768
test ( 'parse - {@tutorial}' , function ( t ) {
769
769
t . deepEqual ( removePosition ( evaluate ( function ( ) {
770
770
/** {@tutorial id } */
You can’t perform that action at this time.
0 commit comments