2024-06-12 15:48:20 +08:00
|
|
|
/**
|
|
|
|
|
2024-06-28 11:38:19 +08:00
|
|
|
\mainpage YYCCommonplace Programming Manual
|
2024-06-12 15:48:20 +08:00
|
|
|
|
2024-06-28 11:38:19 +08:00
|
|
|
<TABLE CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="100%" BORDER="0">
|
|
|
|
<TR>
|
|
|
|
<TD><CENTER>
|
|
|
|
\image html yycc_icon.png
|
|
|
|
</CENTER></TD>
|
|
|
|
<TD><CENTER>
|
|
|
|
<B>YYCCommonplace Programming Manual</B>
|
2024-06-12 15:48:20 +08:00
|
|
|
|
2024-06-28 11:38:19 +08:00
|
|
|
Copyright 2024 by yyc12345.
|
|
|
|
</CENTER></TD>
|
|
|
|
</TR>
|
|
|
|
</TABLE>
|
|
|
|
<TABLE CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="100%" BORDER="0">
|
|
|
|
<TR>
|
|
|
|
<TD>
|
|
|
|
This software and manual are provided under the terms of the MIT License.
|
|
|
|
</TD>
|
|
|
|
</TR>
|
|
|
|
</TABLE>
|
|
|
|
<TABLE CELLPADDING="8" CELLSPACING="0" SUMMARY="Table of Contents" WIDTH="100%" BORDER="0">
|
|
|
|
<TR>
|
|
|
|
<TD ALIGN="LEFT" VALIGN="TOP">
|
2024-06-12 15:48:20 +08:00
|
|
|
|
2024-07-03 21:26:27 +08:00
|
|
|
<B>General Features</B>
|
2024-06-28 11:38:19 +08:00
|
|
|
|
2024-07-03 21:26:27 +08:00
|
|
|
\li \subpage intro
|
2024-06-28 11:38:19 +08:00
|
|
|
|
2024-07-05 09:18:31 +08:00
|
|
|
\li \subpage platform_checker
|
|
|
|
|
2024-07-03 21:26:27 +08:00
|
|
|
\li \subpage library_encoding
|
2024-06-28 11:38:19 +08:00
|
|
|
|
2024-07-03 21:26:27 +08:00
|
|
|
\li \subpage encoding_helper
|
2024-06-28 11:38:19 +08:00
|
|
|
|
2024-07-03 21:26:27 +08:00
|
|
|
\li \subpage string_helper
|
|
|
|
|
2024-07-11 09:59:50 +08:00
|
|
|
\li \subpage io_helper
|
|
|
|
|
|
|
|
\li \subpage fs_path_patch
|
|
|
|
|
2024-07-03 21:26:27 +08:00
|
|
|
<B>Advanced Features</B>
|
|
|
|
|
|
|
|
\li \subpage config_manager
|
2024-07-02 16:31:28 +08:00
|
|
|
|
2024-06-28 11:38:19 +08:00
|
|
|
</TD>
|
|
|
|
<TD ALIGN="LEFT" VALIGN="TOP">
|
|
|
|
|
2024-07-03 21:26:27 +08:00
|
|
|
<B>Windows Specific Features</B>
|
|
|
|
|
|
|
|
\li \subpage win_import
|
|
|
|
|
|
|
|
\li \subpage dialog_helper
|
2024-06-28 11:38:19 +08:00
|
|
|
|
2024-07-13 12:58:49 +08:00
|
|
|
\li \subpage win_fct_helper
|
|
|
|
|
2024-07-08 10:44:09 +08:00
|
|
|
\li \subpage exception_helper
|
|
|
|
|
2024-06-28 11:38:19 +08:00
|
|
|
</TD>
|
|
|
|
</TR>
|
|
|
|
</TABLE>
|
2024-06-12 15:48:20 +08:00
|
|
|
|
|
|
|
*/
|