diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-19 05:11:21 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-19 05:11:21 +0000 |
commit | 18b84857507fc28b8fbfbcd434f9c48bbcaf4ac5 (patch) | |
tree | 486efa681e24f68e32758c37c28eaf57fb3bf3bf /DuetPkg/DataHubGenDxe | |
parent | 4e768df6747c80fb40f47d0ec59c79fa63111ae7 (diff) | |
download | edk2-platforms-18b84857507fc28b8fbfbcd434f9c48bbcaf4ac5.tar.xz |
Modify all file header to follow doxygen format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4910 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/DataHubGenDxe')
-rw-r--r-- | DuetPkg/DataHubGenDxe/DataHubGen.c | 4 | ||||
-rw-r--r-- | DuetPkg/DataHubGenDxe/DataHubGen.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/DuetPkg/DataHubGenDxe/DataHubGen.c b/DuetPkg/DataHubGenDxe/DataHubGen.c index 24b2c636be..8e59de1c33 100644 --- a/DuetPkg/DataHubGenDxe/DataHubGen.c +++ b/DuetPkg/DataHubGenDxe/DataHubGen.c @@ -1,4 +1,4 @@ -/*++
+/** @file
Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -15,7 +15,7 @@ Module Name: Abstract:
---*/
+**/
#include "DataHubGen.h"
diff --git a/DuetPkg/DataHubGenDxe/DataHubGen.h b/DuetPkg/DataHubGenDxe/DataHubGen.h index 5ac2add1fb..593b955eaf 100644 --- a/DuetPkg/DataHubGenDxe/DataHubGen.h +++ b/DuetPkg/DataHubGenDxe/DataHubGen.h @@ -1,4 +1,4 @@ -/*++
+/** @file
Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -15,7 +15,7 @@ Module Name: Abstract:
---*/
+**/
#ifndef _DATA_HUB_GEN_H_
#define _DATA_HUB_GEN_H_
|