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:
authorJoel Martinez <joelmartinez@gmail.com>2018-10-11 23:33:59 +0300
committerJoel Martinez <joelmartinez@gmail.com>2018-10-11 23:41:57 +0300
commit43da2d7143f7a0d62019546b293ff2f82aee884e (patch)
tree1587bf9dfa568e333b3e99a15fbc380407fb515e /mdoc/Test/en.expected-fx-import
parenta99330db64985a3c1d158efd7e8d137ce86e2b69 (diff)
framework index files now include all assemblies listed.
Resolves #103
Diffstat (limited to 'mdoc/Test/en.expected-fx-import')
-rw-r--r--mdoc/Test/en.expected-fx-import/FrameworksIndex/one.xml3
-rw-r--r--mdoc/Test/en.expected-fx-import/FrameworksIndex/two.xml4
2 files changed, 7 insertions, 0 deletions
diff --git a/mdoc/Test/en.expected-fx-import/FrameworksIndex/one.xml b/mdoc/Test/en.expected-fx-import/FrameworksIndex/one.xml
index d643caab..b9afd865 100644
--- a/mdoc/Test/en.expected-fx-import/FrameworksIndex/one.xml
+++ b/mdoc/Test/en.expected-fx-import/FrameworksIndex/one.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Framework Name="one">
+ <Assemblies>
+ <Assembly Name="DocTest" Version="0.0.0.0" />
+ </Assemblies>
<Namespace Name="Mono.DocTest">
<Type Name="Mono.DocTest.Color" Id="T:Mono.DocTest.Color">
<Member Id="F:Mono.DocTest.Color.AnotherGreen" />
diff --git a/mdoc/Test/en.expected-fx-import/FrameworksIndex/two.xml b/mdoc/Test/en.expected-fx-import/FrameworksIndex/two.xml
index cef6d42f..c51e7170 100644
--- a/mdoc/Test/en.expected-fx-import/FrameworksIndex/two.xml
+++ b/mdoc/Test/en.expected-fx-import/FrameworksIndex/two.xml
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Framework Name="two">
+ <Assemblies>
+ <Assembly Name="DocTest-DropNS-classic-secondary" Version="0.0.0.0" />
+ <Assembly Name="DocTest-DropNS-classic" Version="0.0.0.0" />
+ </Assemblies>
<Namespace Name="MyFramework.MyNamespace">
<Type Name="MyFramework.MyNamespace.MyClass" Id="T:MyFramework.MyNamespace.MyClass">
<Member Id="M:MyFramework.MyNamespace.MyClass.#ctor" />