Files
YYCCommonplace/doc/src/index.dox

70 lines
1.2 KiB
Plaintext
Raw Normal View History

/**
2024-06-28 11:38:19 +08:00
\mainpage YYCCommonplace Programming Manual
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-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">
<B>General Features</B>
2024-06-28 11:38:19 +08:00
\li \subpage intro
2024-06-28 11:38:19 +08:00
\li \subpage platform_checker
\li \subpage library_encoding
2024-06-28 11:38:19 +08:00
\li \subpage encoding_helper
2024-06-28 11:38:19 +08:00
\li \subpage string_helper
\li \subpage parser_helper
\li \subpage io_helper
\li \subpage fs_path_patch
<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">
<B>Windows Specific Features</B>
\li \subpage win_import
2024-07-15 13:47:14 +08:00
\li \subpage com_helper
\li \subpage dialog_helper
2024-06-28 11:38:19 +08:00
\li \subpage win_fct_helper
\li \subpage exception_helper
2024-06-28 11:38:19 +08:00
</TD>
</TR>
</TABLE>
*/