r70863 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70862‎ | r70863 | r70864 >
Date:09:28, 11 August 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Added docs
Modified paths:
  • /trunk/extensions/Distribution/api/ApiExtension.php (modified) (history)
  • /trunk/extensions/Distribution/api/ApiPackage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Distribution/api/ApiPackage.php
@@ -1,8 +1,8 @@
22 <?php
33
44 /**
 5+ * API extension for Distribution that allows the querying of package metadata.
56 *
6 - *
77 * @file ApiPackage.php
88 * @ingroup Distribution
99 *
@@ -25,6 +25,7 @@
2626 */
2727
2828 /**
 29+ * Allows the querying of package metadata.
2930 *
3031 * @since 0.1
3132 *
Index: trunk/extensions/Distribution/api/ApiExtension.php
@@ -1,8 +1,9 @@
22 <?php
33
44 /**
 5+ * API extension for Distribution that allows the querying of extension metadata.
 6+ * This includes the different versions of the extension.
57 *
6 - *
78 * @file ApiExtensions.php
89 * @ingroup Distribution
910 *
@@ -25,6 +26,7 @@
2627 */
2728
2829 /**
 30+ * Allows the querying of extension metadata, including the different versions.
2931 *
3032 * @since 0.1
3133 *

Status & tagging log