注释与语言的极大更新

使用了Doxygen注释风格,
使用了C++混合编程
This commit is contained in:
XerolySkinner
2022-11-08 01:47:39 +08:00
parent c2b2b3723a
commit 376a9edc0f
1704 changed files with 112524 additions and 867 deletions

View File

@@ -1,32 +0,0 @@
/*----------------------------------------------------------------------------------------------------
# THIS FILE IS PART OF XEROLYSKINNER'S PROJECT
# User - The core part of the project
#
# THIS PROGRAM IS FREE SOFTWARE
#
# Copyright (c) 2022 XerolySkinner
# E-mail:ZABBCCCBBAZ@163.COM
# QQ:2715099320
#
# All rights reserved.
*/
/*----------------------------------------------------------------------------------------------------
名字:User.h
时间:
程序员:梁源康
说明:用户设置
*/
#ifndef _XEROLYSKINNER_USER_H
#define _XEROLYSKINNER_USER_H
//////////////////////////////////////////////////////////////////////////////////////////////////////
//<<< Use Configuration Wizard in Context Menu >>>
//<h>调试模式设置
//<e>开发人员调试模式
//</e>
//<i>用户需要取消设置,该选项仅供开发人员使用
#define __DEBUG__ 0
//</h>
//<<< end of configuration section >>>
//////////////////////////////////////////////////////////////////////////////////////////////////////
#endif