Some Doxygen fixes.

This commit is contained in:
Tobias Brunner
2010-10-15 18:14:48 +02:00
parent 5ce1a63054
commit 6c6492d7e8
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
*/ */
/** /**
* @defgroup tnccs_11 tnccs_11 * @defgroup tnccs_11_h tnccs_11
* @{ @ingroup tnccs_11 * @{ @ingroup tnccs_11
*/ */
+1 -1
View File
@@ -14,7 +14,7 @@
*/ */
/** /**
* @defgroup tnccs_20 tnccs_20 * @defgroup tnccs_20_h tnccs_20
* @{ @ingroup tnccs_20 * @{ @ingroup tnccs_20
*/ */
+1 -1
View File
@@ -44,7 +44,7 @@ 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);
+1 -1
View File
@@ -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,