Index: trunk/extensions/Distribution/api/ApiPackage.php |
— | — | @@ -1,8 +1,8 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | 4 | /** |
| 5 | + * API extension for Distribution that allows the querying of package metadata. |
5 | 6 | * |
6 | | - * |
7 | 7 | * @file ApiPackage.php |
8 | 8 | * @ingroup Distribution |
9 | 9 | * |
— | — | @@ -25,6 +25,7 @@ |
26 | 26 | */ |
27 | 27 | |
28 | 28 | /** |
| 29 | + * Allows the querying of package metadata. |
29 | 30 | * |
30 | 31 | * @since 0.1 |
31 | 32 | * |
Index: trunk/extensions/Distribution/api/ApiExtension.php |
— | — | @@ -1,8 +1,9 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | 4 | /** |
| 5 | + * API extension for Distribution that allows the querying of extension metadata. |
| 6 | + * This includes the different versions of the extension. |
5 | 7 | * |
6 | | - * |
7 | 8 | * @file ApiExtensions.php |
8 | 9 | * @ingroup Distribution |
9 | 10 | * |
— | — | @@ -25,6 +26,7 @@ |
26 | 27 | */ |
27 | 28 | |
28 | 29 | /** |
| 30 | + * Allows the querying of extension metadata, including the different versions. |
29 | 31 | * |
30 | 32 | * @since 0.1 |
31 | 33 | * |