Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkatsiaryna_bialiatka <katsiaryna_bialiatka@epam.com>2017-12-22 19:15:31 +0300
committerJoel Martinez <joelmartinez@gmail.com>2018-01-12 01:11:42 +0300
commit6533035ec31f38543532568bc499aba2a98e1788 (patch)
treec9e7e3bdefd3299bfbf28dd5bd6b5bcc43fd988f /external
parent8ff2931c4e40e1c3687e8efa6fb4e8078b3a3c4b (diff)
[mdoc] Support for C++ signatures
Closes #132
Diffstat (limited to 'external')
-rw-r--r--external/Scripts/mdocScript.sh6
-rw-r--r--external/Scripts/mdocTestScript.sh9
-rw-r--r--external/Test/CSharpExample.dllbin0 -> 19456 bytes
-rw-r--r--external/Test/UwpTestWinRtComponentCpp.dllbin0 -> 321024 bytes
-rw-r--r--external/Test/UwpTestWinRtComponentCpp.winmdbin0 -> 6656 bytes
-rw-r--r--external/Test/mdoc.Test.Cplusplus.dllbin0 -> 108544 bytes
-rw-r--r--external/Windows/Windows.Foundation.FoundationContract.winmdbin0 -> 24064 bytes
-rw-r--r--external/Windows/Windows.Foundation.UniversalApiContract.winmdbin0 -> 4656640 bytes
-rw-r--r--external/Windows/Windows.WinMDbin0 -> 174080 bytes
9 files changed, 15 insertions, 0 deletions
diff --git a/external/Scripts/mdocScript.sh b/external/Scripts/mdocScript.sh
new file mode 100644
index 00000000..9ed70bf0
--- /dev/null
+++ b/external/Scripts/mdocScript.sh
@@ -0,0 +1,6 @@
+cd ../..
+cp external/Windows/Windows.Foundation.FoundationContract.winmd bin/$1
+cp external/Windows/Windows.Foundation.UniversalApiContract.winmd bin/$1
+cp external/Windows/Windows.WinMD bin/$1
+
+sleep 5 \ No newline at end of file
diff --git a/external/Scripts/mdocTestScript.sh b/external/Scripts/mdocTestScript.sh
new file mode 100644
index 00000000..f31b596b
--- /dev/null
+++ b/external/Scripts/mdocTestScript.sh
@@ -0,0 +1,9 @@
+cd ../../../..
+cp external/Windows/Windows.Foundation.UniversalApiContract.winmd mdoc/mdoc.Test/bin/$1
+cp external/Windows/Windows.WinMD mdoc/mdoc.Test/bin/$1
+cp external/Windows/Windows.Foundation.FoundationContract.winmd mdoc/mdoc.Test/bin/$1
+cp external/Test/UwpTestWinRtComponentCpp.dll mdoc/mdoc.Test/bin/$1
+cp external/Test/UwpTestWinRtComponentCpp.winmd mdoc/mdoc.Test/bin/$1
+cp external/Test/CSharpExample.dll mdoc/mdoc.Test/bin/$1
+
+sleep 5 \ No newline at end of file
diff --git a/external/Test/CSharpExample.dll b/external/Test/CSharpExample.dll
new file mode 100644
index 00000000..a7f3bc46
--- /dev/null
+++ b/external/Test/CSharpExample.dll
Binary files differ
diff --git a/external/Test/UwpTestWinRtComponentCpp.dll b/external/Test/UwpTestWinRtComponentCpp.dll
new file mode 100644
index 00000000..53016c73
--- /dev/null
+++ b/external/Test/UwpTestWinRtComponentCpp.dll
Binary files differ
diff --git a/external/Test/UwpTestWinRtComponentCpp.winmd b/external/Test/UwpTestWinRtComponentCpp.winmd
new file mode 100644
index 00000000..5cbfe427
--- /dev/null
+++ b/external/Test/UwpTestWinRtComponentCpp.winmd
Binary files differ
diff --git a/external/Test/mdoc.Test.Cplusplus.dll b/external/Test/mdoc.Test.Cplusplus.dll
new file mode 100644
index 00000000..164fde57
--- /dev/null
+++ b/external/Test/mdoc.Test.Cplusplus.dll
Binary files differ
diff --git a/external/Windows/Windows.Foundation.FoundationContract.winmd b/external/Windows/Windows.Foundation.FoundationContract.winmd
new file mode 100644
index 00000000..b3b4615b
--- /dev/null
+++ b/external/Windows/Windows.Foundation.FoundationContract.winmd
Binary files differ
diff --git a/external/Windows/Windows.Foundation.UniversalApiContract.winmd b/external/Windows/Windows.Foundation.UniversalApiContract.winmd
new file mode 100644
index 00000000..ab5d413e
--- /dev/null
+++ b/external/Windows/Windows.Foundation.UniversalApiContract.winmd
Binary files differ
diff --git a/external/Windows/Windows.WinMD b/external/Windows/Windows.WinMD
new file mode 100644
index 00000000..1fc67192
--- /dev/null
+++ b/external/Windows/Windows.WinMD
Binary files differ