diff options
author | Qiu Shumin <shumin.qiu@intel.com> | 2015-07-14 02:24:22 +0000 |
---|---|---|
committer | shenshushi <shenshushi@Edk2> | 2015-07-14 02:24:22 +0000 |
commit | b134fe98aa9fd0dbe3054c81f4315c4370c9bf5a (patch) | |
tree | ab1169c3e12f7e303d46f2700199b6ff3e9d05fc /CryptoPkg | |
parent | 3ee7bc8ea7add32ee874b339904d4857dfed7ad9 (diff) | |
download | edk2-b134fe98aa9fd0dbe3054c81f4315c4370c9bf5a.tar.gz edk2-b134fe98aa9fd0dbe3054c81f4315c4370c9bf5a.tar.bz2 edk2-b134fe98aa9fd0dbe3054c81f4315c4370c9bf5a.zip |
CryptoPkg: Make the function headers of Pkcs7GetAttachedContent follow Doxygen.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Qin Long <qin.long@intel.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17938 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'CryptoPkg')
-rw-r--r-- | CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c | 2 | ||||
-rw-r--r-- | CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7VerifyNull.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c b/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c index 567965d832..09b92c7f15 100644 --- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c +++ b/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c @@ -114,7 +114,7 @@ Pkcs7Verify ( @retval TRUE The P7Data was correctly formatted for processing.
@retval FALSE The P7Data was not correctly formatted for processing.
-*/
+**/
BOOLEAN
EFIAPI
Pkcs7GetAttachedContent (
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7VerifyNull.c b/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7VerifyNull.c index 567965d832..09b92c7f15 100644 --- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7VerifyNull.c +++ b/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7VerifyNull.c @@ -114,7 +114,7 @@ Pkcs7Verify ( @retval TRUE The P7Data was correctly formatted for processing.
@retval FALSE The P7Data was not correctly formatted for processing.
-*/
+**/
BOOLEAN
EFIAPI
Pkcs7GetAttachedContent (
|