aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-06-30 10:56:25 +0200
committerTobias Brunner <tobias@strongswan.org>2016-06-30 12:12:31 +0200
commitc05d49632f022aa570f34089b35d388645d3b388 (patch)
tree99c8009a027516ff924e95a976f921256499def6
parenta23bde26bd3b6148e5146b10034456f826782d45 (diff)
downloadstrongswan-c05d49632f022aa570f34089b35d388645d3b388.tar.bz2
strongswan-c05d49632f022aa570f34089b35d388645d3b388.tar.xz
libtpmtss: Define missing Doxygen group and fix some comments
-rw-r--r--src/libtpmtss/tpm_tss.h6
-rw-r--r--src/libtpmtss/tpm_tss_quote_info.c4
-rw-r--r--src/libtpmtss/tpm_tss_tss2.c2
-rw-r--r--src/libtpmtss/tpm_tss_tss2_names.c2
-rw-r--r--src/libtpmtss/tpm_tss_tss2_names.h2
5 files changed, 9 insertions, 7 deletions
diff --git a/src/libtpmtss/tpm_tss.h b/src/libtpmtss/tpm_tss.h
index 9295b2969..4f4b9e2cf 100644
--- a/src/libtpmtss/tpm_tss.h
+++ b/src/libtpmtss/tpm_tss.h
@@ -14,8 +14,10 @@
*/
/**
- * @defgroup tpm_tss tpm_tss
- * @{ @ingroup libtpmtss
+ * @defgroup libtpmtss libtpmtss
+ *
+ * @addtogroup libtpmtss
+ * @{
*/
#ifndef TPM_TSS_H_
diff --git a/src/libtpmtss/tpm_tss_quote_info.c b/src/libtpmtss/tpm_tss_quote_info.c
index 6a58448ee..0afd0b552 100644
--- a/src/libtpmtss/tpm_tss_quote_info.c
+++ b/src/libtpmtss/tpm_tss_quote_info.c
@@ -2,7 +2,7 @@
* Copyright (C) 2016 Andreas Steffen
* HSR Hochschule fuer Technik Rapperswil
*
-* This program is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
@@ -205,7 +205,7 @@ METHOD(tpm_tss_quote_info_t, get_quote, bool,
writer->write_data(writer, this->clock_info);
/* Firmware Version */
- writer->write_data(writer, this->version_info);
+ writer->write_data(writer, this->version_info);
/* PCR Selection */
writer->write_data(writer, this->pcr_select);
diff --git a/src/libtpmtss/tpm_tss_tss2.c b/src/libtpmtss/tpm_tss_tss2.c
index 79db8eeef..39d9f2e4d 100644
--- a/src/libtpmtss/tpm_tss_tss2.c
+++ b/src/libtpmtss/tpm_tss_tss2.c
@@ -2,7 +2,7 @@
* Copyright (C) 2016 Andreas Steffen
* HSR Hochschule fuer Technik Rapperswil
*
-* This program is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
diff --git a/src/libtpmtss/tpm_tss_tss2_names.c b/src/libtpmtss/tpm_tss_tss2_names.c
index dca1ff121..9185aa374 100644
--- a/src/libtpmtss/tpm_tss_tss2_names.c
+++ b/src/libtpmtss/tpm_tss_tss2_names.c
@@ -2,7 +2,7 @@
* Copyright (C) 2016 Andreas Steffen
* HSR Hochschule fuer Technik Rapperswil
*
-* This program is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
diff --git a/src/libtpmtss/tpm_tss_tss2_names.h b/src/libtpmtss/tpm_tss_tss2_names.h
index 290c51702..c2a834493 100644
--- a/src/libtpmtss/tpm_tss_tss2_names.h
+++ b/src/libtpmtss/tpm_tss_tss2_names.h
@@ -14,7 +14,7 @@
*/
/**
- * @defgroup tpm_tss_tss_names tpm_tss_tss_names
+ * @defgroup tpm_tss_tss2_names tpm_tss_tss2_names
* @{ @ingroup libtpmtss
*/