migrate doc to wwwroot.

This commit is contained in:
2025-04-14 17:05:31 +08:00
parent 1cb5f05ba4
commit 784184d6ce
6 changed files with 48 additions and 20 deletions
+10
View File
@@ -5,6 +5,16 @@ using System;
namespace Sample
{
/// <summary>
/// A sample class demonstrating initialization and usage of the HiAPI framework.
/// Shows the basic setup of display engine, MongoDB server, licensing, and other core functionality.
/// </summary>
/// <remarks>
/// This example serves as an entry point for those getting started with HiAPI.
/// It demonstrates proper initialization and teardown of key components.
/// ### Source Code
/// [!code-csharp[SampleCode](~/../Hi.Sample/HelloHiAPI.cs)]
/// </remarks>
public static class HelloHiAPI
{
static int Main(string[] args)