diff options
author | momo-i <webmaster@momo-i.org> | 2011-02-03 09:43:46 +0900 |
---|---|---|
committer | momo-i <webmaster@momo-i.org> | 2011-02-03 09:43:46 +0900 |
commit | f99643663c531a854aa0565ac46dcedcb06d8f62 (patch) | |
tree | 4a3650cf4cb89f6d14d2076442ca2f38356ecaa6 /admin | |
parent | 629502b1472db60433af1f1b0780b886c3e5bdd4 (diff) | |
download | ampache-f99643663c531a854aa0565ac46dcedcb06d8f62.tar.gz ampache-f99643663c531a854aa0565ac46dcedcb06d8f62.tar.bz2 ampache-f99643663c531a854aa0565ac46dcedcb06d8f62.zip |
header comment modified for phpdoc
Diffstat (limited to 'admin')
-rw-r--r-- | admin/access.php | 2 | ||||
-rw-r--r-- | admin/catalog.php | 2 | ||||
-rw-r--r-- | admin/duplicates.php | 2 | ||||
-rw-r--r-- | admin/export.php | 2 | ||||
-rw-r--r-- | admin/flag.php | 2 | ||||
-rw-r--r-- | admin/index.php | 2 | ||||
-rw-r--r-- | admin/mail.php | 2 | ||||
-rw-r--r-- | admin/modules.php | 2 | ||||
-rw-r--r-- | admin/shout.php | 2 | ||||
-rw-r--r-- | admin/system.php | 2 | ||||
-rw-r--r-- | admin/users.php | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/admin/access.php b/admin/access.php index 9bac011c..b85d7b10 100644 --- a/admin/access.php +++ b/admin/access.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Admin Access * * PHP version 5 diff --git a/admin/catalog.php b/admin/catalog.php index d69a6225..1b086b2f 100644 --- a/admin/catalog.php +++ b/admin/catalog.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Admin Catalog * * PHP version 5 diff --git a/admin/duplicates.php b/admin/duplicates.php index 85045c67..bd10dda1 100644 --- a/admin/duplicates.php +++ b/admin/duplicates.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Admin Duplicates * * PHP version 5 diff --git a/admin/export.php b/admin/export.php index 4021304f..bc9498e9 100644 --- a/admin/export.php +++ b/admin/export.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Admin Export * * PHP version 5 diff --git a/admin/flag.php b/admin/flag.php index 2481024a..170b9214 100644 --- a/admin/flag.php +++ b/admin/flag.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Admin Flag * * PHP version 5 diff --git a/admin/index.php b/admin/index.php index 10d08391..561f8dc3 100644 --- a/admin/index.php +++ b/admin/index.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Admin index * * PHP version 5 diff --git a/admin/mail.php b/admin/mail.php index 5c3bb841..5fee076d 100644 --- a/admin/mail.php +++ b/admin/mail.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Admin Mail * * PHP version 5 diff --git a/admin/modules.php b/admin/modules.php index 8c64f6de..71901621 100644 --- a/admin/modules.php +++ b/admin/modules.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Admin Modules * * PHP version 5 diff --git a/admin/shout.php b/admin/shout.php index 15b3b30c..133bb31f 100644 --- a/admin/shout.php +++ b/admin/shout.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Admin Shout * * PHP version 5 diff --git a/admin/system.php b/admin/system.php index cf65fdb3..adce9641 100644 --- a/admin/system.php +++ b/admin/system.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Access System * * PHP version 5 diff --git a/admin/users.php b/admin/users.php index 4485bd78..9ab9150c 100644 --- a/admin/users.php +++ b/admin/users.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Admin Users * * PHP version 5 |