]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Some Doxygen fixes.
authorTobias Brunner <tobias@strongswan.org>
Fri, 15 Oct 2010 16:14:48 +0000 (18:14 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 15 Oct 2010 16:14:48 +0000 (18:14 +0200)
src/libcharon/plugins/tnccs_11/tnccs_11.h
src/libcharon/plugins/tnccs_20/tnccs_20.h
src/libcharon/tnccs/tnccs.h
src/libcharon/tnccs/tnccs_manager.h

index fb47917229b2e9e01fd3fb5f289af226d9f77c98..7331fc8cd3e637bd512bcdc0eec37f9977048214 100644 (file)
@@ -14,7 +14,7 @@
  */
 
 /**
- * @defgroup tnccs_11 tnccs_11
+ * @defgroup tnccs_11_h tnccs_11
  * @{ @ingroup tnccs_11
  */
 
index 6454fae43ff5eec43925f591917ba053838d1273..400d1dc12f344698076fdbf5da690b3796af5a91 100644 (file)
@@ -14,7 +14,7 @@
  */
 
 /**
- * @defgroup tnccs_20 tnccs_20
+ * @defgroup tnccs_20_h tnccs_20
  * @{ @ingroup tnccs_20
  */
 
index 32f093fd0d586cbe677206cd8cf6ca0be0c44b92..583512e82b557335834800061c30e6b778b7e94f 100644 (file)
@@ -40,11 +40,11 @@ enum tnccs_type_t {
 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);
index 8619f3f92ae9852a38834948699b15b366fd459f..2f4a961a772b2f0276f61f132a625c4d79f91aed 100644 (file)
@@ -54,7 +54,7 @@ struct tnccs_manager_t {
         * 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,