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

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

@@ -12,23 +12,23 @@ namespace XCharts.Runtime
{
/// <summary>
/// the type of value.
/// |数值类型。
/// ||数值类型。
/// </summary>
public enum Type
{
/// <summary>
/// Percent value form.
/// |百分比形式。
/// ||百分比形式。
/// </summary>
Percent,
/// <summary>
/// Absolute value form.
/// |绝对值形式。
/// ||绝对值形式。
/// </summary>
Absolute,
/// <summary>
/// Extra value form.
/// |额外形式。
/// ||额外形式。
/// </summary>
Extra
}
@@ -52,7 +52,7 @@ namespace XCharts.Runtime
/// <summary>
/// Get the value by type.
/// |根据类型获取值。
/// ||根据类型获取值。
/// </summary>
/// <param name="total">默认值</param>
/// <returns></returns>