Fix doxygen

This commit is contained in:
Laurent Destailleur
2019-04-04 18:33:12 +02:00
parent 5891d0a056
commit fff9b7db9d
37 changed files with 128 additions and 142 deletions

View File

@@ -3286,7 +3286,7 @@ abstract class CommonObject
* @param string $targettype Object target type
* @param int $rowid Row id of line to delete. If defined, other parameters are not used.
* @return int >0 if OK, <0 if KO
* @see add_object_linked, updateObjectLinked, fetchObjectLinked
* @see add_object_linked(), updateObjectLinked(), fetchObjectLinked()
*/
public function deleteObjectLinked($sourceid = null, $sourcetype = '', $targetid = null, $targettype = '', $rowid = '')
{