| ... | ... | @@ -7105,10 +7105,12 @@ coding style. |
| 7105 | 7105 | </p> |
| 7106 | 7106 | <ul> |
| 7107 | 7107 | <li> |
| 7108 | | If {#syntax#}x{#endsyntax#} is a {#syntax#}type{#endsyntax#} (or {#syntax#}type{#endsyntax#} alias) |
| 7109 | | then {#syntax#}x{#endsyntax#} should be {#syntax#}TitleCase{#endsyntax#}, unless it |
| 7110 | | is a {#syntax#}struct{#endsyntax#} with 0 fields and is never meant to be instantiated, |
| 7111 | | in which case it is considered to be a "namespace" and uses {#syntax#}snake_case{#endsyntax#}. |
| 7108 | If {#syntax#}x{#endsyntax#} is a {#syntax#}struct{#endsyntax#} with 0 fields and is never meant to be instantiated |
| 7109 | then {#syntax#}x{#endsyntax#} is considered to be a "namespace" and should be {#syntax#}snake_case{#endsyntax#}. |
| 7110 | </li> |
| 7111 | 		<li> |
| 7112 | If {#syntax#}x{#endsyntax#} is a {#syntax#}type{#endsyntax#} or {#syntax#}type{#endsyntax#} alias |
| 7113 | then {#syntax#}x{#endsyntax#} should be {#syntax#}TitleCase{#endsyntax#}. |
| 7112 | 7114 | </li> |
| 7113 | 7115 | <li> |
| 7114 | 7116 | If {#syntax#}x{#endsyntax#} is callable, and {#syntax#}x{#endsyntax#}'s return type is |