API fixed bug 10112 generator=backlinks&prop=info broken
[lhc/web/wiklou.git] / includes / api / ApiHelp.php
index 570c787..0d23681 100644 (file)
@@ -5,7 +5,7 @@
  *
  * API for MediaWiki 1.8+
  *
- * Copyright (C) 2006 Yuri Astrakhan <FirstnameLastname@gmail.com>
+ * Copyright (C) 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -29,6 +29,8 @@ if (!defined('MEDIAWIKI')) {
 }
 
 /**
+ * This is a simple class to handle action=help
+ * 
  * @addtogroup API
  */
 class ApiHelp extends ApiBase {