blob: 7f5066f36530ea3e79c59a07c8f446225bfd2499 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
/**
* @addtogroup account Account
* Account group
*
* @addtogroup data_adapter Data Adapter
* Data Adapter group
*
* @addtogroup device Device
* Device group
*
* @addtogroup device_manager Device Manager
* Device Manager group
*
* @addtogroup engine_controller Engine Controller
* Engine Controller group
*
* @addtogroup event Event
* Event group
*
* @addtogroup fsapi File System
* File System API group
*
* @addtogroup initialization Initialization
* Initialization group
*
* @addtogroup network_access Network Access
* Network Access group
*
* @addtogroup platform_monitor Platform Monitor
* Platform Monitor group
*
* @addtogroup plugin Plugin Interface
* Plugin Interface group
*
* @addtogroup protocol_binder Protocol Binder
* Protocol Binder group
*
* @addtogroup security_assistant Security Assistant
* Security Assistant group
*
* @addtogroup utility Utility
* Utility group
*/
|