调整中英文注释的分隔符为||

This commit is contained in:
monitor1394
2023-11-11 23:32:24 +08:00
parent 509bd97741
commit 65684f2952
100 changed files with 911 additions and 911 deletions

View File

@@ -13,7 +13,7 @@ namespace XCharts.Runtime
/// <summary>
/// the width of border.
/// |边框线宽。
/// ||边框线宽。
/// </summary>
public float borderWidth
{
@@ -22,7 +22,7 @@ namespace XCharts.Runtime
}
/// <summary>
/// the color of dataZoom border.
/// |边框颜色。
/// ||边框颜色。
/// </summary>
public Color32 borderColor
{
@@ -32,7 +32,7 @@ namespace XCharts.Runtime
/// <summary>
/// the background color of visualmap.
/// |背景颜色。
/// ||背景颜色。
/// </summary>
public Color32 backgroundColor
{