This commit is contained in:
Zel
2025-02-23 18:47:21 +08:00
parent eaaffeeccb
commit e46a7ca31c
104 changed files with 2630 additions and 2516 deletions

View File

@@ -5,14 +5,14 @@ using ZelWiki.Repository;
namespace ZelWiki.Engine.Implementation
{
/// <summary>
/// Handles wiki completion events.
///
/// </summary>
public class CompletionHandler : ICompletionHandler
{
/// <summary>
/// Handles wiki completion events. Is called when the wiki processing competes for a given page.
/// 完成事件
/// </summary>
/// <param name="state">Reference to the wiki state object</param>
/// <param name="state"></param>
public void Complete(IZelEngineState state)
{
if (GlobalConfiguration.RecordCompilationMetrics)
@@ -28,4 +28,4 @@ namespace ZelWiki.Engine.Implementation
}
}
}
}
}