-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy pathNemerle.ndoc.xml
65 lines (61 loc) · 3.4 KB
/
Nemerle.ndoc.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<project>
<assemblies>
<assembly location="../ncc/out.stage3/Nemerle.dll"
documentation="../ncc/Nemerle.xml" />
<assembly location="../ncc/out.stage3/Nemerle.Compiler.dll"
documentation="../ncc/Nemerle.Compiler.xml" />
<assembly location="../ncc/out.stage3/Nemerle.Macros.dll"
documentation="../ncc/Nemerle.Macros.xml" />
</assemblies>
<namespaces>
<namespace name="Nemerle.Collections">
The <b>Nemeler.Collections</b> namespace contains the polymorphic
wrappers over standard .NET collections as well as immutable
collections.
</namespace>
</namespaces>
<documenters>
<documenter name="MSDN">
<property name="OutputDirectory" value="ndoc.output/" />
<property name="HtmlHelpName" value="Nemerle" />
<property name="IncludeFavorites" value="False" />
<property name="Title" value="Nemerle Documentation" />
<property name="SplitTOCs" value="False" />
<property name="DefaulTOC" value="" />
<property name="IncludeHierarchy" value="True" />
<property name="ShowVisualBasic" value="False" />
<property name="RootPageContainsNamespaces" value="True" />
<property name="SortTOCByNamespace" value="True" />
<property name="OutputTarget" value="Web" />
<property name="HeaderHtml" value="" />
<property name="FooterHtml" value="" />
<property name="FilesToInclude" value="" />
<property name="LinkToSdkDocVersion" value="SDK_v1_1" />
<!-- big red Missing something in output: -->
<property name="ShowMissingSummaries" value="False" />
<property name="ShowMissingRemarks" value="False" />
<property name="ShowMissingParams" value="False" />
<property name="ShowMissingReturns" value="False" />
<property name="ShowMissingValues" value="False" />
<property name="DocumentInternals" value="False" />
<property name="DocumentProtected" value="True" />
<property name="DocumentPrivates" value="False" />
<property name="DocumentProtectedInternalAsProtected" value="False" />
<property name="DocumentEmptyNamespaces" value="False" />
<property name="IncludeAssemblyVersion" value="True" />
<property name="CopyrightText" value="Copyright © 2003-2005 University of Wroclaw" />
<property name="CopyrightHref" value="http://nemerle.org/license.html" />
<property name="ReferencesPath" value="" />
<property name="SkipNamespacesWithoutSummaries" value="False" />
<property name="UseNamespaceDocSummaries" value="False" />
<property name="AutoPropertyBackerSummaries" value="True" />
<property name="AutoDocumentConstructors" value="True" />
<property name="DocumentAttributes" value="False" />
<property name="ShowTypeIdInAttributes" value="False" />
<property name="DocumentedAttributes" value="" />
<property name="GetExternalSummaries" value="True" />
<property name="EditorBrowsableFilter" value="Off" />
<property name="UseNDocXmlFile" value="" />
</documenter>
</documenters>
</project>