mirror of
https://github.com/wqking/eventpp.git
synced 2024-12-26 15:52:40 +08:00
Added index to Chinese documents
This commit is contained in:
parent
ba48543b79
commit
86cbb22fc1
12
doc/cn/readme.md
Normal file
12
doc/cn/readme.md
Normal 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)
|
@ -236,6 +236,8 @@ queue.process();
|
||||
* [Class HeterCallbackList](doc/hetercallbacklist.md)
|
||||
* [Class HeterEventDispatcher](doc/hetereventdispatcher.md)
|
||||
* [Class HeterEventQueue](doc/hetereventqueue.md)
|
||||
* Translated documents
|
||||
* [Chinese version 中文版](doc/cn/readme.md), thanks @marsCatXdu for the translation.
|
||||
|
||||
## Build the test code
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user