Comments #CodingStandards
Default / TYPO3 / Linux Config / Powershell / PHP
#--------------------------------------------------#
#
#--------------------------------------------------#
CSS / JavaScript
/*
#--------------------------------------------------#
#
#--------------------------------------------------#
*/
HTML / XML
<!--
#--------------------------------------------------#
#
#--------------------------------------------------#
-->
INI
;#--------------------------------------------------#
;#
;#--------------------------------------------------#
XML Special Requirements
<!--
#__________________________________________________#
#
#__________________________________________________#
-->
VBA
'#--------------------------------------------------#
'#
'#--------------------------------------------------#
Batch
rem #--------------------------------------------------#
rem #
rem #--------------------------------------------------#
Pagebreak
#__________________________________________________#
#--------------------------------------------------#
Powershell
<#
comment
#>
PHP, CSS
/*
comment
*/
HTML / XML
<!--
comment
-->
Default / TYPO3 / Linux Config / Powershell /
# comment
PHP
// comment
CSS / JavaScript
/* comment */
HTML / XML
<!--
comment
-->
INI
;# comment
VBA
'# comment
Batch
rem # comment