From 3920f84f458c1958ec8a067945c031e532162f7d Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Fri, 30 Dec 2022 10:11:11 +0100 Subject: [PATCH] :memo: PHPDoc reworked for auto-doc --- application/applicationextension.inc.php | 3 --- core/dbobject.class.php | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/application/applicationextension.inc.php b/application/applicationextension.inc.php index 50cb233df..0af5ef92a 100644 --- a/application/applicationextension.inc.php +++ b/application/applicationextension.inc.php @@ -786,7 +786,6 @@ interface iPopupMenuExtension * * $param is an array('portal_id' => $sPortalId, 'object_set' => $oSet) containing DBObjectSet containing the list of objects * - * @api * @todo */ const PORTAL_OBJLIST_ACTIONS = 6; @@ -796,7 +795,6 @@ interface iPopupMenuExtension * * $param is the portal id * - * @api * @todo */ const PORTAL_USER_ACTIONS = 9; @@ -806,7 +804,6 @@ interface iPopupMenuExtension * * $param is the portal id * - * @api * @todo */ const PORTAL_MENU_ACTIONS = 10; diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 707b229ac..1963ac5bd 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -2829,7 +2829,7 @@ abstract class DBObject implements iDisplay * @throws \OQLException * @throws \Exception * - * @internal + * @api * */ public function DBInsert()