[doc] update comment and doc

This commit is contained in:
monitor1394
2022-06-15 07:36:05 +08:00
parent c24d89c8ab
commit 87049b5170
30 changed files with 374 additions and 221 deletions

View File

@@ -96,7 +96,7 @@ namespace XCharts.Runtime
/// <summary>
/// the width of line.
/// |线宽。
/// /// </summary>
/// </summary>
public float width
{
get { return m_Width; }
@@ -105,7 +105,7 @@ namespace XCharts.Runtime
/// <summary>
/// the length of line.
/// |线长。
/// /// </summary>
/// </summary>
public float length
{
get { return m_Length; }