From 74935bd7321eab37fa6c72f6ac2dd60de5af9ac3 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Mon, 15 Dec 2008 16:03:37 +0000 Subject: [PATCH] Fix a missing doxygen parameter entry. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7038 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2