Skip to content

Commit

Permalink
Clean comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalduez committed Feb 1, 2015
1 parent 9545c34 commit fba598d
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions src/annotation/annotations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,43 +19,3 @@ module.exports = [
require('./todo.js'),
require('./type.js')
];

// export { access } from './access.js';
// export { alias } from './alias.js';
// export { author } from './author.js';
// export { content } from './content.js';
// export { deprecated } from './deprecated.js';
// export { example } from './example.js';
// export { group } from './group.js';
// export { ignore } from './ignore.js';
// export { link } from './link.js';
// export { output } from './output.js';
// export { parameter } from './parameter.js';
// export { property } from './property.js';
// export { require } from './require.js';
// export { return } from './return.js';
// export { see } from './see.js';
// export { since } from './since.js';
// export { throw } from './throw.js';
// export { todo } from './todo.js';
// export { type } from './type.js';

// export * from './access.js';
// export * from './alias.js';
// export * from './author.js';
// export * from './content.js';
// export * from './deprecated.js';
// export * from './example.js';
// export * from './group.js';
// export * from './ignore.js';
// export * from './link.js';
// export * from './output.js';
// export * from './parameter.js';
// export * from './property.js';
// export * from './require.js';
// export * from './return.js';
// export * from './see.js';
// export * from './since.js';
// export * from './throw.js';
// export * from './todo.js';
// export * from './type.js';

0 comments on commit fba598d

Please sign in to comment.