blob: 3b18645b203a2f8721888c96329bcd5a29f9e23c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/**
*
* @defgroup Interfaces Interfaces
* A list of all Pepper C Interfaces. PPB_ interfaces are implemented within the browser. PPP_ Interfaces
* implemented in the Native Client module.
*
* @defgroup Structs Structures
* A list of all Pepper C structures.
*
* @defgroup Functions Functions
* A list of all Pepper C functions. PPP_ functions are implemented in the Native Client module.
*
* @defgroup Enums Enums
* A list of all Pepper C Enumerations.
*
* @defgroup Typedefs Typedefs
* A list of all Pepper C Typedefs.
*/
|