added more API documentation to backends/interfaces

This commit is contained in:
Martin Willi
2007-04-30 10:23:01 +00:00
parent 5fc278edf3
commit 0ccb275a93
7 changed files with 40 additions and 20 deletions
@@ -27,6 +27,10 @@ typedef struct interface_t interface_t;
/**
* @brief Interface for a controller.
*
* An interface controls the daemon by calling functions on the
* interface_manager. All interfaces are manager by the interface_manager
* in a generic way, so they need their own class.
*
* @b Constructors:
* - interface_create() of one of the modules