📝 PHPDoc reworked for auto-doc

This commit is contained in:
Eric Espie
2022-12-30 10:11:11 +01:00
parent 30d2557342
commit 3920f84f45
2 changed files with 1 additions and 4 deletions

View File

@@ -786,7 +786,6 @@ interface iPopupMenuExtension
* *
* $param is an array('portal_id' => $sPortalId, 'object_set' => $oSet) containing DBObjectSet containing the list of objects * $param is an array('portal_id' => $sPortalId, 'object_set' => $oSet) containing DBObjectSet containing the list of objects
* *
* @api
* @todo * @todo
*/ */
const PORTAL_OBJLIST_ACTIONS = 6; const PORTAL_OBJLIST_ACTIONS = 6;
@@ -796,7 +795,6 @@ interface iPopupMenuExtension
* *
* $param is the portal id * $param is the portal id
* *
* @api
* @todo * @todo
*/ */
const PORTAL_USER_ACTIONS = 9; const PORTAL_USER_ACTIONS = 9;
@@ -806,7 +804,6 @@ interface iPopupMenuExtension
* *
* $param is the portal id * $param is the portal id
* *
* @api
* @todo * @todo
*/ */
const PORTAL_MENU_ACTIONS = 10; const PORTAL_MENU_ACTIONS = 10;

View File

@@ -2829,7 +2829,7 @@ abstract class DBObject implements iDisplay
* @throws \OQLException * @throws \OQLException
* @throws \Exception * @throws \Exception
* *
* @internal * @api
* *
*/ */
public function DBInsert() public function DBInsert()