]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Some Doxygen fixes.
authorTobias Brunner <tobias@strongswan.org>
Mon, 5 Jul 2010 13:04:30 +0000 (15:04 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 5 Jul 2010 13:04:30 +0000 (15:04 +0200)
src/libcharon/plugins/ha/ha_child.h
src/libcharon/plugins/ha/ha_ctl.h
src/libcharon/plugins/ha/ha_dispatcher.h
src/libcharon/plugins/ha/ha_ike.h
src/libcharon/plugins/ha/ha_kernel.h
src/libcharon/plugins/ha/ha_message.h
src/libcharon/plugins/ha/ha_plugin.h
src/libcharon/plugins/ha/ha_segments.h
src/libcharon/plugins/ha/ha_socket.h
src/libcharon/plugins/ha/ha_tunnel.h
src/libstrongswan/plugins/openssl/openssl_util.h

index ea83495f73f561d602b9b3289ec495745080909f..9b4a57510451efc5138f7f01f8099269e35474f5 100644 (file)
@@ -54,4 +54,4 @@ struct ha_child_t {
  */
 ha_child_t *ha_child_create(ha_socket_t *socket, ha_tunnel_t *tunnel);
 
-#endif /* HA_CHILD_ @}*/
+#endif /** HA_CHILD_ @}*/
index f33a809be63d9d226614f556f4c34f297b444926..3aae132d8ce7ea6a01fc8a4ef1ff404d9f81ce52 100644 (file)
@@ -44,4 +44,4 @@ struct ha_ctl_t {
  */
 ha_ctl_t *ha_ctl_create(ha_segments_t *segments);
 
-#endif /* HA_CTL_ @}*/
+#endif /** HA_CTL_ @}*/
index d2baace3f11c5fb69a747c82277fac300d8992dc..55c08580af3648fdf5a598b0160f7a755da2c2d0 100644 (file)
@@ -47,4 +47,4 @@ struct ha_dispatcher_t {
 ha_dispatcher_t *ha_dispatcher_create(ha_socket_t *socket,
                                                                          ha_segments_t *segments);
 
-#endif /* HA_DISPATCHER_ @}*/
+#endif /** HA_DISPATCHER_ @}*/
index 9de210e67e3dfb39c9cc190c146108f4f99d7f35..9ba8f557430b27ffd99a0f79f9fbe0f8edbb07cf 100644 (file)
@@ -54,4 +54,4 @@ struct ha_ike_t {
  */
 ha_ike_t *ha_ike_create(ha_socket_t *socket, ha_tunnel_t *tunnel);
 
-#endif /* HA_IKE_ @}*/
+#endif /** HA_IKE_ @}*/
index b37cc766778b0a407746dd5163643161e636c773..b6ad5594cd19eef0e688285bd7ed90e403e8e5b3 100644 (file)
@@ -35,7 +35,7 @@ struct ha_kernel_t {
         *
         * @param host          host to check
         * @param segment       segment
-        * @return                      TRUE if host belongs to segment
+        * @return                      TRUE if host belongs to segment
         */
        bool (*in_segment)(ha_kernel_t *this, host_t *host, u_int segment);
 
@@ -63,8 +63,7 @@ struct ha_kernel_t {
  * Create a ha_kernel instance.
  *
  * @param count                        total number of segments to use
- * @param active               bitmask of initially active segments
  */
 ha_kernel_t *ha_kernel_create(u_int count);
 
-#endif /* HA_KERNEL_ @}*/
+#endif /** HA_KERNEL_ @}*/
index b2bc23724330b7eb6fce9c7ce34b11a3dc7531d8..23d654946f3c9ad7ad21b39bd4eeb77b8614c1f6 100644 (file)
@@ -190,7 +190,6 @@ struct ha_message_t {
 /**
  * Create a new ha_message instance, ready for adding attributes
  *
- * @param version                      protocol version to create a message from
  * @param type                         type of the message
  */
 ha_message_t *ha_message_create(ha_message_type_t type);
@@ -202,4 +201,4 @@ ha_message_t *ha_message_create(ha_message_type_t type);
  */
 ha_message_t *ha_message_parse(chunk_t data);
 
-#endif /* HA_MESSAGE_ @}*/
+#endif /** HA_MESSAGE_ @}*/
index 1ae2fe6dd5ea680c828797027e9078d891f747ef..d4d746f9179912e50babc235b644b75efb3101cd 100644 (file)
@@ -44,4 +44,4 @@ struct ha_plugin_t {
        plugin_t plugin;
 };
 
-#endif /* HA_PLUGIN_H_ @}*/
+#endif /** HA_PLUGIN_H_ @}*/
index 6d1cd544114d12fd9ac1514b93181d2d86686a3f..f6ce738ec0479e864a3d294a83f555eb22161ab5 100644 (file)
@@ -108,4 +108,4 @@ ha_segments_t *ha_segments_create(ha_socket_t *socket, ha_kernel_t *kernel,
                                                                  ha_tunnel_t *tunnel, u_int count, u_int node,
                                                                  bool monitor, bool resync);
 
-#endif /* HA_SEGMENTS_ @}*/
+#endif /** HA_SEGMENTS_ @}*/
index 8d398e22bd4121b3b01dda91af9088d9472466aa..4155e26eb2ad8ef02aaf9f21f137fba44c6af3db 100644 (file)
@@ -57,4 +57,4 @@ struct ha_socket_t {
  */
 ha_socket_t *ha_socket_create(char *local, char *remote);
 
-#endif /* HA_SOCKET_ @}*/
+#endif /** HA_SOCKET_ @}*/
index 085fb612292bba48a76c42f4a54271a2f79eecda..549e33055f4d6aa368651737923320e971eeda29 100644 (file)
@@ -54,4 +54,4 @@ struct ha_tunnel_t {
  */
 ha_tunnel_t *ha_tunnel_create(char *local, char *remote, char *secret);
 
-#endif /* HA_TUNNEL_H_ @}*/
+#endif /** HA_TUNNEL_H_ @}*/
index 405936c9a799deec8ab2caf8aa86da9651eac802..25c692a1ac144472c1f113566dc8a2c6118f8f4f 100644 (file)
@@ -38,7 +38,7 @@
  * @param hash_type    NID of the hash
  * @param data         the chunk of data to hash
  * @param hash         chunk that contains the hash
- * @return                     TRUE on success, FALSE otherwise
+ * @return                     TRUE on success, FALSE otherwise
  */
 bool openssl_hash_chunk(int hash_type, chunk_t data, chunk_t *hash);
 
@@ -70,8 +70,8 @@ bool openssl_bn_split(chunk_t chunk, BIGNUM *a, BIGNUM *b);
 /**
  * Allocate a chunk using the i2d function of a given object
  *
- * @param type_id      type of the object
- * @param object       object to convert to DER
+ * @param type         type of the object
+ * @param obj          object to convert to DER
  * @returns                    allocated chunk of the object, or chunk_empty
  */
 #define openssl_i2chunk(type, obj) ({ \
@@ -106,7 +106,7 @@ identification_t *openssl_x509_name2id(X509_NAME *name);
 /**
  * Check if an ASN1 oid is a an OID known by libstrongswan.
  *
- * @param object       openssl ASN1 object
+ * @param obj          openssl ASN1 object
  * @returns                    OID, as defined in <asn1/oid.h>
  */
 int openssl_asn1_known_oid(ASN1_OBJECT *obj);