From: Tobias Brunner Date: Mon, 12 Oct 2020 11:48:57 +0000 (+0200) Subject: libimcv: Fix Doxygen comments for some pts_meas_algo_* functions X-Git-Tag: 5.9.1rc1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c810912d2f834eb9c3cd747b5cf40c96f4285bdc;p=thirdparty%2Fstrongswan.git libimcv: Fix Doxygen comments for some pts_meas_algo_* functions --- diff --git a/src/libimcv/pts/pts_meas_algo.h b/src/libimcv/pts/pts_meas_algo.h index 38504be952..def6416465 100644 --- a/src/libimcv/pts/pts_meas_algo.h +++ b/src/libimcv/pts/pts_meas_algo.h @@ -84,8 +84,7 @@ bool pts_meas_algo_update(char *hash_alg, pts_meas_algorithms_t *algorithms); * Remove the PTS measurement algorithms not having an assigned PCR bank * * @param tpm handle to TPM object - * @param algorithm reduced set of algorithms with assigned PCR banks - * @ + * @param algorithms reduced set of algorithms with assigned PCR banks */ void pts_meas_algo_with_pcr(tpm_tss_t *tpm, pts_meas_algorithms_t *algorithms); @@ -111,8 +110,8 @@ hash_algorithm_t pts_meas_algo_to_hash(pts_meas_algorithms_t algorithm); /** * Convert hash_algorithm_t to pts_meas_algorithms_t * - * @param algorithm PTS measurement algorithm type - * @return libstrongswan hash algorithm type + * @param algorithm libstrongswan hash algorithm type + * @return PTS measurement algorithm type */ pts_meas_algorithms_t pts_meas_algo_from_hash(hash_algorithm_t algorithm);