1
0
mirror of https://github.com/wqking/eventpp.git synced 2024-12-27 00:17:02 +08:00

Added index to Chinese documents

This commit is contained in:
wqking 2022-07-25 09:02:05 +08:00
parent ba48543b79
commit 86cbb22fc1
2 changed files with 14 additions and 0 deletions

12
doc/cn/readme.md Normal file
View File

@ -0,0 +1,12 @@
# eventpp -- C++ 事件派发和回调列表开源库
本文档还有待完善,以下是一些已经翻译的中文文档。
非常感谢 [marsCatXdu](https://github.com/marsCatXdu) 的中文翻译。
文档
* 核心类和函数库
* [概述](introduction.md)
* [CallbackList 教程](tutorial_callbacklist.md)
* [EventDispatcher 教程](tutorial_eventdispatcher.md)
* [EventQueue 教程](tutorial_eventqueue.md)

View File

@ -236,6 +236,8 @@ queue.process();
* [Class HeterCallbackList](doc/hetercallbacklist.md) * [Class HeterCallbackList](doc/hetercallbacklist.md)
* [Class HeterEventDispatcher](doc/hetereventdispatcher.md) * [Class HeterEventDispatcher](doc/hetereventdispatcher.md)
* [Class HeterEventQueue](doc/hetereventqueue.md) * [Class HeterEventQueue](doc/hetereventqueue.md)
* Translated documents
* [Chinese version 中文版](doc/cn/readme.md), thanks @marsCatXdu for the translation.
## Build the test code ## Build the test code