/ Published in: PHP
Generate a generic file comment
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<snippet> <content><![CDATA[ /** * ${1:Short Description of File} * * @category ${2:Category} * @package ${3:Package} * @author Rob Brown <[email protected]> * @license http://www.gnu.org/philosophy/free-sw.html GPL Free * @link http://www.itsgotto.be/cv.php */ ]]></content> <tabTrigger>fic</tabTrigger> <!-- Optional: Set a scope to limit where the snippet will trigger --> <!-- <scope>source.python</scope> --> </snippet>
URL: http://www.itsgotto.be/cv.php