summaryrefslogtreecommitdiff
path: root/modules_v3/descendancy_report
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-12-05 00:19:54 +0000
committerGreg Roach <fisharebest@gmail.com>2014-12-05 00:19:54 +0000
commit993051c3ed98d752d7100c336ca2f74972ede08d (patch)
tree695293604bd146dcbb3564467b5fa90b7c08d532 /modules_v3/descendancy_report
parent2cb48758889f403cd01c313b090d821dc724cdf0 (diff)
downloadwebtrees-993051c3ed98d752d7100c336ca2f74972ede08d.tar.gz
webtrees-993051c3ed98d752d7100c336ca2f74972ede08d.tar.bz2
webtrees-993051c3ed98d752d7100c336ca2f74972ede08d.zip
PHPDoc
Diffstat (limited to 'modules_v3/descendancy_report')
-rw-r--r--modules_v3/descendancy_report/module.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules_v3/descendancy_report/module.php b/modules_v3/descendancy_report/module.php
index 1199f13574..f68720f97d 100644
--- a/modules_v3/descendancy_report/module.php
+++ b/modules_v3/descendancy_report/module.php
@@ -1,6 +1,4 @@
<?php
-// Classes and libraries for module system
-//
// webtrees: Web based Family History software
// Copyright (C) 2014 webtrees development team.
//
@@ -21,6 +19,9 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+/**
+ * Class descendancy_report_WT_Module
+ */
class descendancy_report_WT_Module extends WT_Module implements WT_Module_Report {
/** {@inheritdoc} */
public function getTitle() {