diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-14 03:30:12 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-14 03:30:12 +0000 |
commit | fc30687f39436f5b5e00396a5161b30b70db8277 (patch) | |
tree | 10a2b397a77124e696b17a01c7909dd171942c59 /MdePkg/Include/Library/SmbusLib.h | |
parent | ec8432e5151787d1b77fa05ff5dd42fef488c827 (diff) | |
download | edk2-platforms-fc30687f39436f5b5e00396a5161b30b70db8277.tar.xz |
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@5647 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/SmbusLib.h')
-rw-r--r-- | MdePkg/Include/Library/SmbusLib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Library/SmbusLib.h b/MdePkg/Include/Library/SmbusLib.h index c74e40acd0..c59f0bb4cf 100644 --- a/MdePkg/Include/Library/SmbusLib.h +++ b/MdePkg/Include/Library/SmbusLib.h @@ -15,9 +15,9 @@ #ifndef __SMBUS_LIB__
#define __SMBUS_LIB__
-//
-// PEC BIT is bit 22 in SMBUS address
-//
+///
+/// PEC BIT is bit 22 in SMBUS address
+///
#define SMBUS_LIB_PEC_BIT (1 << 22)
/**
|