Added .ndoc configuration file for C# documentation.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@947 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-10-02 22:53:41 +00:00
parent c47878a02e
commit ee67f9d7bd

38
xflaim/csharp/xflaim.ndoc Normal file
View File

@@ -0,0 +1,38 @@
<project SchemaVersion="1.3">
<assemblies>
<assembly location="..\build\win-x86-32\debug\csharp\xflaim_csharp.dll" documentation="..\build\win-x86-32\debug\csharp\xflaim_csharp.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="..\build\docs\csharp\" />
<property name="HtmlHelpName" value="Documentation" />
<property name="Title" value="XFLAIM C# Documentation" />
</documenter>
<documenter name="MSDN 2003">
<property name="OutputDirectory" value=".\doc\" />
<property name="Title" value="An NDoc Documented Class Library" />
</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>