summaryrefslogtreecommitdiff
path: root/edk2/MdePkg/Include/Protocol/UnicodeCollation.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-14 04:29:48 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-14 04:29:48 +0000
commitd978d6fb5c2477ec5c9d92c8d30c2f89b7f0a48a (patch)
treecb06ca3451dd68d7b2c137e5995bef2a7bc3ae68 /edk2/MdePkg/Include/Protocol/UnicodeCollation.h
parent8c640e16d7cb2017a4856d79f5bd739818ddda83 (diff)
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@5649 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'edk2/MdePkg/Include/Protocol/UnicodeCollation.h')
-rw-r--r--edk2/MdePkg/Include/Protocol/UnicodeCollation.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/edk2/MdePkg/Include/Protocol/UnicodeCollation.h b/edk2/MdePkg/Include/Protocol/UnicodeCollation.h
index 0954f545b..4ca50d56f 100644
--- a/edk2/MdePkg/Include/Protocol/UnicodeCollation.h
+++ b/edk2/MdePkg/Include/Protocol/UnicodeCollation.h
@@ -30,19 +30,19 @@
typedef struct _EFI_UNICODE_COLLATION_PROTOCOL EFI_UNICODE_COLLATION_PROTOCOL;
-//
-// Protocol GUID name defined in EFI1.1.
-//
+///
+/// Protocol GUID name defined in EFI1.1.
+///
#define UNICODE_COLLATION_PROTOCOL EFI_UNICODE_COLLATION_PROTOCOL_GUID
-//
-// Protocol defined in EFI1.1.
-//
+///
+/// Protocol defined in EFI1.1.
+///
typedef EFI_UNICODE_COLLATION_PROTOCOL UNICODE_COLLATION_INTERFACE;
-//
-// Protocol data structures and defines
-//
+///
+/// Protocol data structures and defines
+///
#define EFI_UNICODE_BYTE_ORDER_MARK (CHAR16) (0xfeff)
//