Formalize comments for Protocols and PPIs.
1. Use doxygen format for Protocol/PPI data structure 2. Remove doxygen comments for function elements in Protocol/Ppi 3. Use doxygen format for data elements in Protocol/Ppi, and add missing comments where necessary 4. PEI Services Table is also updated accordingly. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6107 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -160,17 +160,14 @@ EFI_STATUS
|
||||
);
|
||||
|
||||
|
||||
/**
|
||||
Interface stucture for the Timer Architectural Protocol.
|
||||
|
||||
@par Protocol Description:
|
||||
This protocol provides the services to initialize a periodic timer
|
||||
interrupt, and to register a handler that is called each time the timer
|
||||
interrupt fires. It may also provide a service to adjust the rate of the
|
||||
periodic timer interrupt. When a timer interrupt occurs, the handler is
|
||||
passed the amount of time that has passed since the previous timer
|
||||
interrupt.
|
||||
**/
|
||||
///
|
||||
/// This protocol provides the services to initialize a periodic timer
|
||||
/// interrupt, and to register a handler that is called each time the timer
|
||||
/// interrupt fires. It may also provide a service to adjust the rate of the
|
||||
/// periodic timer interrupt. When a timer interrupt occurs, the handler is
|
||||
/// passed the amount of time that has passed since the previous timer
|
||||
/// interrupt.
|
||||
///
|
||||
struct _EFI_TIMER_ARCH_PROTOCOL {
|
||||
EFI_TIMER_REGISTER_HANDLER RegisterHandler;
|
||||
EFI_TIMER_SET_TIMER_PERIOD SetTimerPeriod;
|
||||
|
Reference in New Issue
Block a user