*/
/**
- * @defgroup tnccs_11 tnccs_11
+ * @defgroup tnccs_11_h tnccs_11
* @{ @ingroup tnccs_11
*/
*/
/**
- * @defgroup tnccs_20 tnccs_20
+ * @defgroup tnccs_20_h tnccs_20
* @{ @ingroup tnccs_20
*/
extern enum_name_t *tnccs_type_names;
typedef struct tnccs_t tnccs_t;
-
+
/**
* 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
*/
typedef tnccs_t* (*tnccs_constructor_t)(bool is_server);
* Create a new TNCCS protocol instance.
*
* @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
*/
tnccs_t* (*create_instance)(tnccs_manager_t *this, tnccs_type_t type,