]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
libtpmtss: Define missing Doxygen group and fix some comments
authorTobias Brunner <tobias@strongswan.org>
Thu, 30 Jun 2016 08:56:25 +0000 (10:56 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 30 Jun 2016 10:12:31 +0000 (12:12 +0200)
src/libtpmtss/tpm_tss.h
src/libtpmtss/tpm_tss_quote_info.c
src/libtpmtss/tpm_tss_tss2.c
src/libtpmtss/tpm_tss_tss2_names.c
src/libtpmtss/tpm_tss_tss2_names.h

index 9295b29692596855e56507a091e45bca8ddd52db..4f4b9e2cf88fe40da1e1b50c67c70be26e473f54 100644 (file)
  */
 
 /**
- * @defgroup tpm_tss tpm_tss
- * @{ @ingroup libtpmtss
+ * @defgroup libtpmtss libtpmtss
+ *
+ * @addtogroup libtpmtss
+ * @{
  */
 
 #ifndef TPM_TSS_H_
index 6a58448ee54bf004d59bae6574e57b22a99ba4cb..0afd0b552447c60c9623bd55bb340eec24e575c0 100644 (file)
@@ -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);
index 79db8eeefb9d91407e9ffd224dba4d5b4ea8485e..39d9f2e4daf5b0d50d66841de2e584ba275c31eb 100644 (file)
@@ -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>.
index dca1ff1217d1cab51c7184c79687a40e2f30b4eb..9185aa3749f4dca43cb13c64ba8b81d1aca3d4c1 100644 (file)
@@ -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>.
index 290c51702dde52445faf01036cad4505aa85cfac..c2a834493c06accbed25d6b92d3eb8a8402e40ee 100644 (file)
@@ -14,7 +14,7 @@
  */
 
 /**
- * @defgroup tpm_tss_tss_names tpm_tss_tss_names
+ * @defgroup tpm_tss_tss2_names tpm_tss_tss2_names
  * @{ @ingroup libtpmtss
  */