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:
38
xflaim/csharp/xflaim.ndoc
Normal file
38
xflaim/csharp/xflaim.ndoc
Normal 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>
|
||||
Reference in New Issue
Block a user