c++ author comment code example
Example: comments for author in c++
"Copyrights": {
"prefix": "copyright",
"body": [
"${BLOCK_COMMENT_START}------------ Copyright © 2020 Azad Kshitij. All rights reserved. ------------",
"${LINE_COMMENT}",
"${LINE_COMMENT} Project : [project name]",
"${LINE_COMMENT} File : ${TM_FILENAME}",
"${LINE_COMMENT} Created On: ${CURRENT_DATE}/${CURRENT_MONTH}/${CURRENT_YEAR} ${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}",
"${LINE_COMMENT} Created By: Azad Kshitij @AzadKshitij",
"${LINE_COMMENT}--------------------------------------------------------------------------${BLOCK_COMMENT_END}"
],
"description": "Copyright Comment"
},