Browse Source

Comment cleanup

Tobias Reich 9 years ago
parent
commit
4eebcedfe0

+ 0 - 2
src/scripts/album.js

@@ -1,7 +1,5 @@
 /**
- * @name		Album Module
  * @description	Takes care of every action an album can handle and execute.
- * @author		Tobias Reich
  * @copyright	2014 by Tobias Reich
  */
 

+ 0 - 2
src/scripts/albums.js

@@ -1,7 +1,5 @@
 /**
- * @name		Albums Module
  * @description	Takes care of every action albums can handle and execute.
- * @author		Tobias Reich
  * @copyright	2014 by Tobias Reich
  */
 

+ 0 - 2
src/scripts/contextMenu.js

@@ -1,7 +1,5 @@
 /**
- * @name		ContextMenu Module
  * @description	This module is used for the context menu.
- * @author		Tobias Reich
  * @copyright	2014 by Tobias Reich
  */
 

+ 0 - 1
src/scripts/init.js

@@ -1,6 +1,5 @@
 /**
  * @name		Init Module
- * @author		Tobias Reich
  * @copyright	2014 by Tobias Reich
  */
 

+ 0 - 2
src/scripts/loadingBar.js

@@ -1,7 +1,5 @@
 /**
- * @name		LoadingBar Module
  * @description	This module is used to show and hide the loading bar.
- * @author		Tobias Reich
  * @copyright	2014 by Tobias Reich
  */
 

+ 0 - 2
src/scripts/lychee.js

@@ -1,7 +1,5 @@
 /**
- * @name		Lychee Module
  * @description	This module provides the basic functions of Lychee.
- * @author		Tobias Reich
  * @copyright	2014 by Tobias Reich
  */
 

+ 0 - 2
src/scripts/modal.js

@@ -1,7 +1,5 @@
 /**
- * @name        Modal Module
  * @description	Build, show and hide a modal.
- * @author		Tobias Reich
  * @copyright	2014 by Tobias Reich
  */
 

+ 0 - 2
src/scripts/multiselect.js

@@ -1,7 +1,5 @@
 /**
- * @name		Multiselect Module
  * @description	Select multiple albums or photos.
- * @author		Tobias Reich
  * @copyright	2014 by Tobias Reich
  */
 

+ 0 - 2
src/scripts/password.js

@@ -1,7 +1,5 @@
 /**
- * @name        Password Module
  * @description	Controls the access to password-protected albums and photos.
- * @author      Tobias Reich
  * @copyright   2014 by Tobias Reich
  */
 

+ 0 - 2
src/scripts/photo.js

@@ -1,7 +1,5 @@
 /**
- * @name		Photo Module
  * @description	Takes care of every action a photo can handle and execute.
- * @author		Tobias Reich
  * @copyright	2014 by Tobias Reich
  */
 

+ 0 - 2
src/scripts/search.js

@@ -1,7 +1,5 @@
 /**
- * @name        Search Module
  * @description	Searches through your photos and albums.
- * @author		Tobias Reich
  * @copyright	2014 by Tobias Reich
  */
 

+ 0 - 2
src/scripts/settings.js

@@ -1,7 +1,5 @@
 /**
- * @name		Settings Module
  * @description	Lets you change settings.
- * @author		Tobias Reich
  * @copyright	2014 by Tobias Reich
  */
 

+ 0 - 2
src/scripts/swipe.js

@@ -1,7 +1,5 @@
 /**
- * @name		Swipe Module
  * @description	Swipes and moves an object.
- * @author		Tobias Reich
  * @copyright	2014 by Tobias Reich
  */
 

+ 0 - 2
src/scripts/upload.js

@@ -1,7 +1,5 @@
 /**
- * @name		Album Module
  * @description	Takes care of every action an album can handle and execute.
- * @author		Tobias Reich
  * @copyright	2014 by Tobias Reich
  */
 

+ 0 - 2
src/scripts/view.js

@@ -1,7 +1,5 @@
 /**
- * @name		UI View
  * @description	Responsible to reflect data changes to the UI.
- * @author		Tobias Reich
  * @copyright	2014 by Tobias Reich
  */
 

+ 0 - 2
src/scripts/view/main.js

@@ -1,7 +1,5 @@
 /**
- * @name		Main
  * @description	Used to view single photos with view.php
- * @author		Tobias Reich
  * @copyright	2014 by Tobias Reich
  */