]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/IfrSupportLib/UefiIfrForm.c
Clean up ExtendedHiiLib, HiiLib, IfrSupportLib, ExtendedIfrSupportLib for Doxygen...
[mirror_edk2.git] / MdePkg / Library / IfrSupportLib / UefiIfrForm.c
index af43db0998428f819a04c96ae7ad066756bff729..d0da744240bdd493c39b1974194cd129d96d0094 100644 (file)
@@ -1,4 +1,6 @@
 /** @file
+Utility functions which helps in opcode creation, HII configuration string manipulations, 
+pop up window creations, setup browser persistence data set and get.
 
 Copyright (c) 2007- 2008, Intel Corporation
 All rights reserved. This program and the accompanying materials
@@ -9,15 +11,6 @@ http://opensource.org/licenses/bsd-license.php
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 
-Module Name:
-
-  UefiIfrForm.c
-
-Abstract:
-
-  Common Library Routines to assist handle HII elements.
-
-
 **/
 
 #include "UefiIfrLibraryInternal.h"
@@ -223,7 +216,7 @@ IfrLibCreatePopUp (
 
 
 /**
-  Swap bytes in the buffer.
+  Swap bytes in the buffer. This is a internal function.
 
   @param  Buffer                 Binary buffer.
   @param  BufferSize             Size of the buffer in bytes.
@@ -231,7 +224,6 @@ IfrLibCreatePopUp (
   @return None.
 
 **/
-STATIC
 VOID
 SwapBuffer (
   IN OUT UINT8     *Buffer,
@@ -252,11 +244,10 @@ SwapBuffer (
 
 /**
   Converts the unicode character of the string from uppercase to lowercase.
+  This is a internal function.
 
   @param Str     String to be converted
 
-  @retval VOID
-  
 **/
 VOID
 ToLower (