From 629dce02689620c672932eb6a06610ba9ebe988a Mon Sep 17 00:00:00 2001
From: Michael Vogel <ike@pirati.ca>
Date: Tue, 27 Sep 2016 18:29:50 +0000
Subject: [PATCH] Documentation added

---
 boot.php | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/boot.php b/boot.php
index 44374eefe6..ea14428fd0 100644
--- a/boot.php
+++ b/boot.php
@@ -184,6 +184,17 @@ define ( 'PAGE_PRVGROUP',          5 );
 /**
  * @name account types
  *
+ * ACCOUNT_TYPE_PERSON - the account belongs to a person
+ *	Associated page types: PAGE_NORMAL, PAGE_SOAPBOX, PAGE_FREELOVE
+ *
+ * ACCOUNT_TYPE_ORGANISATION - the account belongs to an organisation
+ *	Associated page type: PAGE_SOAPBOX
+ *
+ * ACCOUNT_TYPE_NEWS - the account is a news reflector
+ *	Associated page type: PAGE_SOAPBOX
+ *
+ * ACCOUNT_TYPE_COMMUNITY - the account is community forum
+ *	Associated page types: PAGE_COMMUNITY, PAGE_PRVGROUP
  * @{
  */
 define ( 'ACCOUNT_TYPE_PERSON',      0 );