1
0

doc: fix doc for winfct

This commit is contained in:
2026-01-13 13:24:18 +08:00
parent 2b6ac98f27
commit 215a8ce8b8
3 changed files with 32 additions and 43 deletions

View File

@@ -0,0 +1,15 @@
namespace yycc::windows::winfct {
/**
\page windows__winfct Windows Function Helper
Namespace yycc::windows::winfct gives a more convenient way to call Windows functions.
If you want to know how to use these functions, please read the documentation of each function.
The return value of most functions is a specific result type.
If any error occurs, the result type will be an error, otherwise it will be the true result.
This namespace is Windows specific.
It will be entirely invisible in other platforms.
*/
}