summaryrefslogtreecommitdiffstats
path: root/BaseTools/Scripts/PackageDocumentTools/__init__.py
diff options
context:
space:
mode:
authorYonghong Zhu <yonghong.zhu@intel.com>2018-03-15 14:40:57 +0800
committerYonghong Zhu <yonghong.zhu@intel.com>2018-03-19 09:19:36 +0800
commit7ccc9c954c5c8a5b92199e68227384da0b5e4e7d (patch)
tree75786c32ca929ad8e651cd3726d5ee9bfd9fbf84 /BaseTools/Scripts/PackageDocumentTools/__init__.py
parent316b43dee56837ed7d382e8de4a78d6bb9d14eb7 (diff)
downloadedk2-7ccc9c954c5c8a5b92199e68227384da0b5e4e7d.tar.gz
edk2-7ccc9c954c5c8a5b92199e68227384da0b5e4e7d.tar.bz2
edk2-7ccc9c954c5c8a5b92199e68227384da0b5e4e7d.zip
BaseTools: Add PackageDocumentTools into Scripts folder
This tool is used to generate the document for edk2 packages. The generated document will be in UDK release. For example, UDK2017 document can be found in: https://github.com/tianocore/tianocore.github.io/wiki/UDK2017#documentation Cc: Star Zeng <star.zeng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'BaseTools/Scripts/PackageDocumentTools/__init__.py')
-rw-r--r--BaseTools/Scripts/PackageDocumentTools/__init__.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/BaseTools/Scripts/PackageDocumentTools/__init__.py b/BaseTools/Scripts/PackageDocumentTools/__init__.py
new file mode 100644
index 0000000000..3e4ee5364d
--- /dev/null
+++ b/BaseTools/Scripts/PackageDocumentTools/__init__.py
@@ -0,0 +1,12 @@
+## @file
+#
+# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
+#
+# This program and the accompanying materials are licensed and made available
+# under the terms and conditions of the BSD License which accompanies this
+# distribution. The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php
+#
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#