TypeScript/tests/cases/compiler/emitPreComments.ts

31 lines
305 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
// @comments: true
// This is pre comment
var y = 10;
/**
* @name Foo
* @class
*/
/**#@+
* @memberOf Foo#
* @field
*/
/**
* @name bar
* @type Object[]
*/
/**#@-*/
/**
* @name Foo2
* @class
*/
/**#@+
* @memberOf Foo2#
* @field
*/
/**
* @name bar
* @type Object[]
*/
/**#@-*/