Use doxygen comment style for document entity such as struct, enum, variable that use /// but not //
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5649 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
#ifndef __ARCH_PROTOCOL_VARIABLE_ARCH_H__
|
||||
#define __ARCH_PROTOCOL_VARIABLE_ARCH_H__
|
||||
|
||||
//
|
||||
// Global ID for the Variable Architectural Protocol
|
||||
//
|
||||
///
|
||||
/// Global ID for the Variable Architectural Protocol
|
||||
///
|
||||
#define EFI_VARIABLE_ARCH_PROTOCOL_GUID \
|
||||
{ 0x1e5668e2, 0x8481, 0x11d4, {0xbc, 0xf1, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 } }
|
||||
|
||||
|
Reference in New Issue
Block a user