r69123 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69122‎ | r69123 | r69124 >
Date:00:23, 7 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Added docs
Modified paths:
  • /trunk/extensions/Maps/Services/GoogleMaps/Maps_GoogleMaps.php (modified) (history)
  • /trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3.php (modified) (history)
  • /trunk/extensions/Maps/Services/OpenLayers/Maps_OpenLayers.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3.php
@@ -14,14 +14,22 @@
1515 }
1616
1717 /**
18 - * TODO
 18+ * Class holding information and functionallity specific to Google Maps v3.
 19+ * This infomation and features can be used by any mapping feature.
1920 *
 21+ * @since 0.1
 22+ *
2023 * @ingroup MapsGoogleMaps3
2124 *
2225 * @author Jeroen De Dauw
2326 */
2427 class MapsGoogleMaps3 extends MapsMappingService {
2528
 29+ /**
 30+ * Constructor
 31+ *
 32+ * @since 0.6.3
 33+ */
2634 function __construct() {
2735 parent::__construct(
2836 'googlemaps3',
Index: trunk/extensions/Maps/Services/OpenLayers/Maps_OpenLayers.php
@@ -14,14 +14,22 @@
1515 }
1616
1717 /**
18 - * TODO
 18+ * Class holding information and functionallity specific to OpenLayers.
 19+ * This infomation and features can be used by any mapping feature.
1920 *
 21+ * @since 0.1
 22+ *
2023 * @ingroup MapsOpenLayers
2124 *
2225 * @author Jeroen De Dauw
2326 */
2427 class MapsOpenLayers extends MapsMappingService {
2528
 29+ /**
 30+ * Constructor
 31+ *
 32+ * @since 0.6.3
 33+ */
2634 function __construct() {
2735 parent::__construct(
2836 'openlayers',
Index: trunk/extensions/Maps/Services/GoogleMaps/Maps_GoogleMaps.php
@@ -14,14 +14,22 @@
1515 }
1616
1717 /**
18 - * TODO
 18+ * Class holding information and functionallity specific to Google Maps v2.
 19+ * This infomation and features can be used by any mapping feature.
1920 *
 21+ * @since 0.1
 22+ *
2023 * @ingroup MapsGoogleMaps
2124 *
2225 * @author Jeroen De Dauw
2326 */
2427 class MapsGoogleMaps extends MapsMappingService {
2528
 29+ /**
 30+ * Constructor
 31+ *
 32+ * @since 0.6.3
 33+ */
2634 function __construct() {
2735 parent::__construct(
2836 'googlemaps2',

Status & tagging log