Some Doxygen fixes.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup tnccs_11 tnccs_11
|
* @defgroup tnccs_11_h tnccs_11
|
||||||
* @{ @ingroup tnccs_11
|
* @{ @ingroup tnccs_11
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup tnccs_20 tnccs_20
|
* @defgroup tnccs_20_h tnccs_20
|
||||||
* @{ @ingroup tnccs_20
|
* @{ @ingroup tnccs_20
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -40,11 +40,11 @@ enum tnccs_type_t {
|
|||||||
extern enum_name_t *tnccs_type_names;
|
extern enum_name_t *tnccs_type_names;
|
||||||
|
|
||||||
typedef struct tnccs_t tnccs_t;
|
typedef struct tnccs_t tnccs_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor definition for a pluggable TNCCS protocol implementation.
|
* Constructor definition for a pluggable TNCCS protocol implementation.
|
||||||
*
|
*
|
||||||
* @is_server TRUE if TNC Server, FALSE if TNC Client
|
* @param is_server TRUE if TNC Server, FALSE if TNC Client
|
||||||
* @return implementation of the tnccs_t interface
|
* @return implementation of the tnccs_t interface
|
||||||
*/
|
*/
|
||||||
typedef tnccs_t* (*tnccs_constructor_t)(bool is_server);
|
typedef tnccs_t* (*tnccs_constructor_t)(bool is_server);
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ struct tnccs_manager_t {
|
|||||||
* Create a new TNCCS protocol instance.
|
* Create a new TNCCS protocol instance.
|
||||||
*
|
*
|
||||||
* @param type type of the TNCCS protocol
|
* @param type type of the TNCCS protocol
|
||||||
* @is_server TRUE if TNC Server, FALSE if TNC Client
|
* @param is_server TRUE if TNC Server, FALSE if TNC Client
|
||||||
* @return TNCCS protocol instance, NULL if no constructor found
|
* @return TNCCS protocol instance, NULL if no constructor found
|
||||||
*/
|
*/
|
||||||
tnccs_t* (*create_instance)(tnccs_manager_t *this, tnccs_type_t type,
|
tnccs_t* (*create_instance)(tnccs_manager_t *this, tnccs_type_t type,
|
||||||
|
|||||||
Reference in New Issue
Block a user