diff options
Diffstat (limited to 'library/WT/Gedcom/Code/Quay.php')
| -rw-r--r-- | library/WT/Gedcom/Code/Quay.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/library/WT/Gedcom/Code/Quay.php b/library/WT/Gedcom/Code/Quay.php index d50960a8b9..7244dd9979 100644 --- a/library/WT/Gedcom/Code/Quay.php +++ b/library/WT/Gedcom/Code/Quay.php @@ -1,6 +1,4 @@ <?php -// Functions and logic for GEDCOM "QUAY" codes -// // webtrees: Web based Family History software // Copyright (C) 2014 Greg Roach // @@ -18,6 +16,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 WT_Gedcom_Code_Quay - Functions and logic for GEDCOM "QUAY" codes + */ class WT_Gedcom_Code_Quay { private static $TYPES = array('3', '2', '1', '0'); |
