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

View File

@ -1,10 +1,23 @@
/*
* Script: deluge-bars.js
* Contains the various bars (Sidebar, Toolbar, Statusbar) used within deluge
*
* Copyright:
* Damien Churchill (c) 2008 <damoxc@gmail.com>
*/
Script: deluge-bars.js
Contains the various bars (Sidebar, Toolbar, Statusbar) used within Deluge.
License:
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({
Implements: Events,

View File

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

View File

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

View File

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

View File

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

View File

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