| OLD | NEW |
| (Empty) |
| 1 // This is a doxygen file that describes the documentation groups | |
| 2 | |
| 3 /** | |
| 4 | |
| 5 @defgroup c_salt C Salt C++ API | |
| 6 Description of c_salt C++ API goes here. | |
| 7 | |
| 8 @defgroup examples c_salt examples | |
| 9 Here are the examples that use c_salt | |
| 10 | |
| 11 @defgroup npapi NPAPI bindings for c_salt | |
| 12 @ingroup c_salt | |
| 13 Defines the NPAPI bindings for c_salt | |
| 14 | |
| 15 @defgroup ppapi PPAPI bindings for c_salt | |
| 16 @ingroup c_salt | |
| 17 Defines the PPAPI (i.e. Pepper2) bindings for c_salt | |
| 18 | |
| 19 @defgroup tests c_salt integration and unit tests | |
| 20 Integration and unit tests for c_salt. | |
| 21 | |
| 22 */ | |
| OLD | NEW |