diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-15 16:03:37 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-15 16:03:37 +0000 |
commit | 74935bd7321eab37fa6c72f6ac2dd60de5af9ac3 (patch) | |
tree | f2399c2833978a3a68ae3afcacf5e720ac291973 /MdeModulePkg/Library | |
parent | 857dfc455d7999f61c9b55f0a930c6b4087804b9 (diff) | |
download | edk2-platforms-74935bd7321eab37fa6c72f6ac2dd60de5af9ac3.tar.xz |
Fix a missing doxygen parameter entry.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7038 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r-- | MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c b/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c index 97dfd0d817..19a734d0dc 100644 --- a/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c +++ b/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c @@ -85,6 +85,8 @@ InternalGetPerformanceHobLog ( and its end time stamp is zero, then the index of that log entry is returned;
otherwise, the the number of log entries in the array is returned.
+ @param PeiPerformanceLog Pointer to the data structure containing PEI
+ performance data.
@param Handle Pointer to environment specific context used
to identify the component being measured.
@param Token Pointer to a Null-terminated ASCII string
|