/* * This file is only to define a basic structure for the API documentation */ #ifndef GWENHYWFAR_APIDOC_H #define GWENHYWFAR_APIDOC_H /** @defgroup MOD_BASE Basic Stuff */ /** @defgroup MOD_OS Operating System Abstraction */ /** @defgroup MOD_IO Input Output Functions */ /** @defgroup MOD_NET Networking Functions */ /** @defgroup MOD_IPC Inter Process communication */ /** @defgroup MOD_PARSER Data Management And Parsing */ /*@{*/ /** @defgroup MOD_HBCI Implementation of the HBCI Protocol */ /*@}*/ /** @defgroup MOD_CRYPT Cryptographic Functions */ /** @mainpage Gwenhywfar Documentation Main Page * This is Gwenhywfar, a multi-platform helper library for networking and security applications and libraries. It is heavily used by Libchipcard and OpenHBCI-TNG (The Next Generation). @section GWEN_features Features This library is written in C, and it follows the object-oriented programming paradigm for most of its parts. The header files can directly be used from C++, too. Gwenhywfar includes the following features: