-
Notifications
You must be signed in to change notification settings - Fork 1
/
CUP_Runtime.ndoc
41 lines (41 loc) · 2.07 KB
/
CUP_Runtime.ndoc
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
<project SchemaVersion="1.3">
<assemblies>
<assembly location=".\CUP_Runtime\bin\Release\CUP.dll" documentation=".\CUP_Runtime\bin\Release\CUP.xml" />
</assemblies>
<documenters>
<documenter name="JavaDoc">
<property name="OutputDirectory" value=".\doc\" />
</documenter>
<documenter name="LaTeX">
<property name="OutputDirectory" value=".\doc\" />
<property name="TextFileFullName" value="Documentation.tex" />
<property name="TexFileBaseName" value="Documentation" />
<property name="LatexCompiler" value="latex" />
<property name="TexFileFullPath" value=".\doc\Documentation.tex" />
</documenter>
<documenter name="LinearHtml">
<property name="OutputDirectory" value=".\doc\" />
<property name="Title" value="An NDoc Documented Class Library" />
</documenter>
<documenter name="MSDN">
<property name="OutputDirectory" value=".\doc\" />
<property name="HtmlHelpName" value="Documentation" />
<property name="Title" value="An NDoc Documented Class Library" />
</documenter>
<documenter name="MSDN 2003">
<property name="OutputDirectory" value=".\doc\" />
<property name="HtmlHelpName" value="CUP" />
<property name="Title" value="An NDoc Documented Class Library" />
<property name="CopyrightText" value="(c) Scott E. Hudson, Frank Flannery, and C. Scott Ananian, .NET porting (c) Beyond Ordinary Software Solutions." />
<property name="FeedbackEmailAddress" value="support@beyond-ordinary.com" />
</documenter>
<documenter name="VS.NET 2003">
<property name="OutputDirectory" value=".\doc\" />
<property name="HtmlHelpName" value="Documentation" />
<property name="Title" value="An NDoc documented library" />
</documenter>
<documenter name="XML">
<property name="OutputFile" value=".\doc\doc.xml" />
</documenter>
</documenters>
</project>