【优化】修复cpp代码文档注释*号未对齐的问题
parent
9b7e5848e4
commit
b3eaee60ca
|
|
@ -218,7 +218,7 @@ class {{name}}
|
|||
{{~for table in tables ~}}
|
||||
{{~if table.comment != '' ~}}
|
||||
/**
|
||||
{{table.comment}}
|
||||
* {{table.comment}}
|
||||
*/
|
||||
{{~end~}}
|
||||
{{table.cpp_full_name}} {{table.name}};
|
||||
|
|
|
|||
|
|
@ -220,7 +220,7 @@ enum class {{name}}
|
|||
{{~if item.comment != '' ~}}
|
||||
/**
|
||||
* {{item.comment}}
|
||||
*/
|
||||
*/
|
||||
{{~end~}}
|
||||
{{item.name}} = {{item.value}},
|
||||
{{~end~}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue