]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Doxygen fixes
authorTobias Brunner <tobias@strongswan.org>
Tue, 15 Oct 2013 09:16:09 +0000 (11:16 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 15 Oct 2013 09:25:55 +0000 (11:25 +0200)
src/libcharon/config/peer_cfg.h
src/libcharon/plugins/dnscert/dnscert.h
src/libpts/libpts.h
src/libpts/plugins/imv_attestation/imv_attestation_build.h
src/libpttls/pt_tls.h
src/libstrongswan/ipsec/ipsec_types.h
src/libtnccs/plugins/tnccs_20/messages/pb_tnc_msg.h

index 7e82b517fe66ee5e031c73c0eb012a6f7c10f93f..3e780394a62043f052b70a0390b27b5c372fb564 100644 (file)
@@ -373,7 +373,7 @@ struct peer_cfg_t {
  * @param over_time                    maximum overtime before closing a rekeying/reauth SA
  * @param mobike                       use MOBIKE (RFC4555) if peer supports it
  * @param aggressive           use/accept aggressive mode with IKEv1
- * @param pullmode                     TRUE to use modeconfig pull, FALSE for push
+ * @param pull_mode                    TRUE to use modeconfig pull, FALSE for push
  * @param dpd                          DPD check interval, 0 to disable
  * @param dpd_timeout          DPD timeout interval (IKEv1 only), if 0 default applies
  * @param mediation                    TRUE if this is a mediation connection
index f93263fd66cfc2395aba05914566acb38d24f441..567a9dfac6acdb4a1b5427d4174fe880434e5d62 100644 (file)
@@ -59,8 +59,7 @@ enum dnscert_type_t {
 };
 
 /**
- * DNSCERT algorithms as defined in http://www.iana.org/assignments/
- *  dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml#dns-sec-alg-numbers-1
+ * DNSCERT algorithms as defined in http://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml#dns-sec-alg-numbers-1
  */
 enum dnscert_algorithm_t {
        /** No defined */
index 0846aaea2022c08f951db59803446c84b4ada690..e3814e97d39f9a5e61e9f6cb6853a7f905373bb3 100644 (file)
@@ -18,6 +18,9 @@
  * @defgroup libpts_plugins plugins
  * @ingroup libpts
  *
+ * @defgroup swid swid
+ * @ingroup libpts
+ *
  * @addtogroup libpts
  * @{
  */
index 4b7c9ff3d0b2a608da7704cb9e4d2c3b4e4b24a2..0cee49b344d1638081140c9feef13a6529439b96 100644 (file)
@@ -34,7 +34,7 @@
  * Process a TCG PTS attribute
  *
  * @param out_msg                              outbound PA-TNC message to be built
- * @param _state                               state of a given connection
+ * @param state                                        state of a given connection
  * @param supported_algorithms supported PTS measurement algorithms
  * @param supported_dh_groups  supported DH groups
  * @param pts_db                               PTS configuration database
index dd3d250554cc688eb39014b200792495a09a53c0..275dc89e97b647428ca0059ed300cbf58f6d461a 100644 (file)
@@ -121,10 +121,6 @@ bool pt_tls_write(tls_socket_t *tls, pt_tls_message_type_t type,
                                  u_int32_t identifier, chunk_t data);
 
 /**
- * @}
- * @addtogroup libpttls
- * @{
- *
  * Dummy libpttls initialization function needed for integrity test
  */
 void libpttls_init(void);
index 43f72ccaa525aad76cb7ac1fe54a999f93da93e8..6851f916ae69bc53937ea7631acad36387117b3a 100644 (file)
@@ -170,7 +170,7 @@ struct mark_t {
 #define MARK_REQID (0xFFFFFFFF)
 
 /**
- * Try to parse a mark_t from the given string of the form <mark>[/<mask>].
+ * Try to parse a mark_t from the given string of the form mark[/mask].
  *
  * @param value                string to parse
  * @param mark         mark to fill
index ace5d783728dac8dd0beb326ffa87d38e7e15371..6eeed5156a2040c2129047178204bbdef071781e 100644 (file)
@@ -139,8 +139,7 @@ struct pb_tnc_msg_t {
  * Useful for the parser which wants a generic constructor for all
  * pb_tnc_message_t types.
  *
- * @param vendor_id                    PB-TNC vendor ID
- * @param type                         PB-TNC message type
+ * @param msg_type                     PB-TNC message type
  * @param value                                PB-TNC message value
  */
 pb_tnc_msg_t* pb_tnc_msg_create_from_data(pen_type_t msg_type, chunk_t value);