59 lines
1.4 KiB
Plaintext
59 lines
1.4 KiB
Plaintext
|
|
snippet comh
|
|
/**nippet definition.***********************
|
|
* ${1:Program Name} *
|
|
* ${2: Date} *
|
|
***************************
|
|
* Designed & Developed by *
|
|
* xdrm-brackets *
|
|
***************************
|
|
* https://xdrm.io/ *
|
|
**************************/
|
|
$0
|
|
snippet comc
|
|
/* [${1:Number}] ${2:Chapter Title}
|
|
=========================================================*/
|
|
$0
|
|
snippet comcc
|
|
/* (${1:Number}) ${2:Chapter Title}
|
|
---------------------------------------------------------*/
|
|
$0
|
|
snippet coms
|
|
/* (${1:Number}) ${2:Section Title} */
|
|
$0
|
|
snippet comss
|
|
{${1:Number}} ${2:Section Title} //
|
|
$0
|
|
snippet comf
|
|
${1:RESUME DE LA FONCTION}
|
|
*
|
|
* @${2:nomParam}<${3:typeParam}> ${4:Description du param}
|
|
*
|
|
* @return ${5:nomRetour}<${6:typeRetour}> ${7:Description du retour}
|
|
*
|
|
*/${8:}
|
|
$0
|
|
snippet comcf
|
|
/* [${1:Number}] ${2:Chapter Title}
|
|
*
|
|
* @inputname<inputype> inputdesc
|
|
*
|
|
* @return outputname<outputtype> outputdesc
|
|
*
|
|
=========================================================*/
|
|
$0
|
|
snippet comccf
|
|
/* (${1:Number}) ${2:Chapter Title}
|
|
*
|
|
* @inputname<inputype> inputdesc
|
|
*
|
|
* @return outputname<outputtype> outputdesc
|
|
*
|
|
---------------------------------------------------------*/
|
|
$0
|
|
snippet comt
|
|
/************************************************
|
|
****${1: Titre }****
|
|
************************************************/
|
|
$0
|