normalise the header comments

This commit is contained in:
Damien Churchill 2008-11-06 07:59:38 +00:00
parent 1920f3ce72
commit 41dbab69b2
7 changed files with 57 additions and 35 deletions

View File

@ -1,10 +1,13 @@
/* /*
* Script: deluge-add.js Script: deluge-add.js
* Contains the add torrent window and the torrent creator window. Contains the add torrent window and the torrent creator window.
*
* Copyright: License:
* Damien Churchill (c) 2008 <damoxc@gmail.com> General Public License v3
*/
Copyright:
Damien Churchill (c) 2008 <damoxc@gmail.com>
*/
Deluge.Widgets.AddWindow = new Class({ Deluge.Widgets.AddWindow = new Class({
Extends: Widgets.Window, Extends: Widgets.Window,

View File

@ -1,10 +1,23 @@
/* /*
* Script: deluge-bars.js Script: deluge-bars.js
* Contains the various bars (Sidebar, Toolbar, Statusbar) used within deluge Contains the various bars (Sidebar, Toolbar, Statusbar) used within Deluge.
*
* Copyright: License:
* Damien Churchill (c) 2008 <damoxc@gmail.com> General Public License v3
*/
Copyright:
Damien Churchill (c) 2008 <damoxc@gmail.com>
Class: Deluge.Widgets.Toolbar
Manages the top toolbar handling clicks and actions.
Example:
toolbar = new Deluge.Widgets.Toolbar();
Returns:
An instance of the class wrapped about the toolbar.
*/
Deluge.Widgets.Toolbar = new Class({ Deluge.Widgets.Toolbar = new Class({
Implements: Events, Implements: Events,

View File

@ -1,10 +1,13 @@
/* /*
* Script: deluge-details.js Script: deluge-details.js
* Contains the tabs for the torrent details Contains the tabs for the torrent details.
*
* Copyright: License:
* Damien Churchill (c) 2008 <damoxc@gmail.com> General Public License v3
*/
Copyright:
Damien Churchill (c) 2008 <damoxc@gmail.com>
*/
Deluge.Widgets.Details = new Class({ Deluge.Widgets.Details = new Class({
Extends: Widgets.Tabs, Extends: Widgets.Tabs,

View File

@ -1,10 +1,13 @@
/* /*
* Script: deluge-menus.js Script: deluge-menus.js
* Contains the layout for all the popup menus used within the ajax ui. Contains the layout for all the popup menus used within the ajax ui.
*
* Copyright: License:
* Damien Churchill (c) 2008 <damoxc@gmail.com> General Public License v3
*/
Copyright:
Damien Churchill (c) 2008 <damoxc@gmail.com>
*/
Deluge.Menus = { Deluge.Menus = {
Torrents: [ Torrents: [

View File

@ -1,12 +1,14 @@
/* /*
* Script: deluge-preferences.js Script: deluge-preferences.js
* Contains the classes that provides the preferences window with Contains the classes that provides the preferences window with
* functionality functionality
*
* Copyright:
* Damien Churchill (c) 2008 <damoxc@gmail.com>
*/
License:
General Public License v3
Copyright:
Damien Churchill (c) 2008 <damoxc@gmail.com>
*/
Deluge.Widgets.PreferencesCategory = new Class({ Deluge.Widgets.PreferencesCategory = new Class({
Extends: Widgets.TabPage Extends: Widgets.TabPage

View File

@ -7,9 +7,8 @@ License:
Copyright: Copyright:
Damien Churchill (c) 2008 <damoxc@gmail.com> Damien Churchill (c) 2008 <damoxc@gmail.com>
*/
/*
Class: Deluge.Widgets.TorrentGrid Class: Deluge.Widgets.TorrentGrid
Extending Widgest.DataGrid to manage the torrents in the main Extending Widgest.DataGrid to manage the torrents in the main
grid. grid.

View File

@ -7,9 +7,8 @@ License:
Copyright: Copyright:
Damien Churchill (c) 2008 <damoxc@gmail.com> Damien Churchill (c) 2008 <damoxc@gmail.com>
*/
/*
Object: Deluge.UI Object: Deluge.UI
The object that manages The object that manages