Skip to content

Commit f284f44

Browse files
committed
doc: 更新注释
1 parent 39735ce commit f284f44

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

src/BootstrapBlazor/Components/Button/ButtonBase.cs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ protected override void OnInitialized()
206206
}
207207

208208
/// <summary>
209-
/// <para lang="zh">OnParametersSet 方法</para>
210-
/// <para lang="en">OnParametersSet method</para>
209+
/// <inheritdoc/>
211210
/// </summary>
212211
protected override void OnParametersSet()
213212
{
@@ -223,8 +222,7 @@ protected override void OnParametersSet()
223222

224223
private bool _prevDisable;
225224
/// <summary>
226-
/// <para lang="zh">OnAfterRenderAsync 方法</para>
227-
/// <para lang="en">OnAfterRenderAsync method</para>
225+
/// <inheritdoc/>
228226
/// </summary>
229227
/// <param name="firstRender"></param>
230228
protected override async Task OnAfterRenderAsync(bool firstRender)
@@ -329,8 +327,7 @@ public virtual async Task RemoveTooltip()
329327
}
330328

331329
/// <summary>
332-
/// <para lang="zh">DisposeAsyncCore 方法</para>
333-
/// <para lang="en">DisposeAsyncCore method</para>
330+
/// <inheritdoc/>
334331
/// </summary>
335332
/// <param name="disposing"></param>
336333
protected override async ValueTask DisposeAsync(bool disposing)

0 commit comments

Comments
 (0)