Index: trunk/extensions/Deployment/Deployment.php |
— | — | @@ -10,12 +10,6 @@ |
11 | 11 | * @author Jeroen De Dauw |
12 | 12 | */ |
13 | 13 | |
14 | | -/** |
15 | | - * This documenation group collects source code files belonging to Deployment. |
16 | | - * |
17 | | - * @defgroup Deployment Deployment |
18 | | - */ |
19 | | - |
20 | 14 | if ( !defined( 'MEDIAWIKI' ) ) { |
21 | 15 | die( 'Not an entry point.' ); |
22 | 16 | } |
Index: trunk/extensions/Deployment/includes/PackageDescriptor.php |
— | — | @@ -19,4 +19,11 @@ |
20 | 20 | */
|
21 | 21 | class PackageDescriptor {
|
22 | 22 |
|
| 23 | + /**
|
| 24 | + * Constructor.
|
| 25 | + */
|
| 26 | + public function __construct() {
|
| 27 | + // TODO
|
| 28 | + }
|
| 29 | +
|
23 | 30 | } |
\ No newline at end of file |
Index: trunk/extensions/Deployment/includes/PackageDescriptorProcessor.php |
— | — | @@ -24,6 +24,6 @@ |
25 | 25 | */
|
26 | 26 | public function __construct() {
|
27 | 27 | // TODO
|
28 | | - }
|
| 28 | + }
|
29 | 29 |
|
30 | 30 | } |
\ No newline at end of file |
Index: trunk/extensions/Deployment/includes/PackageDescriptorParser.php |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | */
|
28 | 28 | public function __construct() {
|
29 | 29 | // TODO
|
30 | | - }
|
| 30 | + }
|
31 | 31 |
|
32 | 32 | }
|
33 | 33 |
|