From 2ebad186b72b038743c5a2e00674f8e5ad4c5621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 7 Jan 2020 10:54:19 +0100 Subject: [PATCH] doxygen --- htdocs/contact/class/contact.class.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/contact/class/contact.class.php b/htdocs/contact/class/contact.class.php index 038cb82845e..e82ab7f1aea 100644 --- a/htdocs/contact/class/contact.class.php +++ b/htdocs/contact/class/contact.class.php @@ -181,6 +181,10 @@ class Contact extends CommonObject public $phone_mobile; public $fax; + /** + * Private or public + * @var int + */ public $priv; public $birthday;