Merge pull request #17500 from eileenmcnaughton/renew_can
[civicrm-core.git] / Civi / Api4 / Activity.php
index 8761cd3d5b898cc19146a0e76df4c5de436f3f78..4b45829273da21f9ddde673695db85deb5fb50a5 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
-
 namespace Civi\Api4;
 
 /**
@@ -32,6 +29,7 @@ namespace Civi\Api4;
  *
  * An activity is a record of some type of interaction with one or more contacts.
  *
+ * @see https://docs.civicrm.org/user/en/latest/organising-your-data/activities/
  * @package Civi\Api4
  */
 class Activity extends Generic\DAOEntity {