Javascript : documentation avec JSDOC

This commit is contained in:
sparkyx 2024-08-06 21:38:20 +02:00
parent 3f0444a3be
commit 508e8cc051
11 changed files with 76 additions and 69 deletions

View file

@ -19,8 +19,9 @@
// Copyright Author Dany De Bontridder danydb@aevalys.eu
/*!\file
* \brief javascript scripts for the gestion
/**
* @file
* javascript scripts for the gestion
*
*/
@ -28,8 +29,8 @@
/**
* remove an attached document of an action
*@param dossier
*@param dt_id id of the document (pk document:d_id)
*@param {int} dossier
*@param {int} dt_id id of the document (pk document:d_id)
*/
function remove_document(p_dossier,p_id)
{
@ -460,4 +461,4 @@ function delete_filter_followup(p_dossier,filter_id)
}
}
);
}
}