integrated ndoc3 (needs manual "nant doc-sdk" invocation yet)
This commit is contained in:
40
Spring.build
40
Spring.build
@@ -705,9 +705,49 @@ Build properties that may be set:
|
||||
</target>
|
||||
|
||||
<target name="docs">
|
||||
<call target="doc-reference" cascade="false" />
|
||||
<!-- call target="doc-sdk" cascade="false" / -->
|
||||
</target>
|
||||
|
||||
<target name="doc-reference">
|
||||
<nant buildfile="./doc/reference/docbook.build" target="all"/>
|
||||
</target>
|
||||
|
||||
<target name="doc-sdk">
|
||||
<echo message="Creating SDK Documentation for Spring.NET" />
|
||||
|
||||
<!-- clean tmp dir -->
|
||||
<delete dir="./doc/sdk/target" failonerror="false" />
|
||||
|
||||
<exec workingdir="." program="./build-support/tools/ndoc3/NDoc3Console.exe">
|
||||
<!-- arg value="-verbose" /-->
|
||||
<!-- arg value="-documenter=MSDN" /-->
|
||||
<arg value="-project=./doc/sdk/Spring.NET-net-2.0.ndoc" />
|
||||
</exec>
|
||||
|
||||
<!-- copy sdk docs -->
|
||||
<copy todir="./doc/sdk/target/html">
|
||||
<fileset basedir="./doc/sdk/target/tmp/">
|
||||
<include name="**/*"/>
|
||||
<exclude name="*.chw" />
|
||||
<exclude name="*.hhc" />
|
||||
<exclude name="*.hhk" />
|
||||
<exclude name="*.hhp" />
|
||||
<exclude name="*.chm" />
|
||||
<exclude name="ndoc3_msdn_temp" />
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="./doc/sdk/target/htmlhelp">
|
||||
<fileset basedir="./doc/sdk/target/tmp/">
|
||||
<include name="*.chm"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
|
||||
<!-- clean tmp dir -->
|
||||
<delete dir="./doc/sdk/target/tmp" failonerror="false" />
|
||||
|
||||
</target>
|
||||
|
||||
<target name="releasepkg">
|
||||
<call target="set-release-build-configuration"/>
|
||||
<call target="package-release-files"/>
|
||||
|
||||
BIN
build-support/tools/ndoc3/Interop.MSHelpCompiler.dll
Normal file
BIN
build-support/tools/ndoc3/Interop.MSHelpCompiler.dll
Normal file
Binary file not shown.
BIN
build-support/tools/ndoc3/NDoc3.Core.dll
Normal file
BIN
build-support/tools/ndoc3/NDoc3.Core.dll
Normal file
Binary file not shown.
BIN
build-support/tools/ndoc3/NDoc3.Core.pdb
Normal file
BIN
build-support/tools/ndoc3/NDoc3.Core.pdb
Normal file
Binary file not shown.
BIN
build-support/tools/ndoc3/NDoc3.Documenter.Msdn.dll
Normal file
BIN
build-support/tools/ndoc3/NDoc3.Documenter.Msdn.dll
Normal file
Binary file not shown.
BIN
build-support/tools/ndoc3/NDoc3.Documenter.Msdn.pdb
Normal file
BIN
build-support/tools/ndoc3/NDoc3.Documenter.Msdn.pdb
Normal file
Binary file not shown.
BIN
build-support/tools/ndoc3/NDoc3.Documenter.Xml.dll
Normal file
BIN
build-support/tools/ndoc3/NDoc3.Documenter.Xml.dll
Normal file
Binary file not shown.
BIN
build-support/tools/ndoc3/NDoc3.Documenter.Xml.pdb
Normal file
BIN
build-support/tools/ndoc3/NDoc3.Documenter.Xml.pdb
Normal file
Binary file not shown.
BIN
build-support/tools/ndoc3/NDoc3.ExtendedUI.dll
Normal file
BIN
build-support/tools/ndoc3/NDoc3.ExtendedUI.dll
Normal file
Binary file not shown.
BIN
build-support/tools/ndoc3/NDoc3.ExtendedUI.pdb
Normal file
BIN
build-support/tools/ndoc3/NDoc3.ExtendedUI.pdb
Normal file
Binary file not shown.
BIN
build-support/tools/ndoc3/NDoc3Console.exe
Normal file
BIN
build-support/tools/ndoc3/NDoc3Console.exe
Normal file
Binary file not shown.
BIN
build-support/tools/ndoc3/NDoc3Console.pdb
Normal file
BIN
build-support/tools/ndoc3/NDoc3Console.pdb
Normal file
Binary file not shown.
BIN
build-support/tools/ndoc3/NDoc3Gui.exe
Normal file
BIN
build-support/tools/ndoc3/NDoc3Gui.exe
Normal file
Binary file not shown.
14
build-support/tools/ndoc3/NDoc3Gui.exe.manifest
Normal file
14
build-support/tools/ndoc3/NDoc3Gui.exe.manifest
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="Microsoft.Windows.Common-Controls" version="6.0.0.0"
|
||||
language="*"
|
||||
processorArchitecture="*"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</assembly>
|
||||
BIN
build-support/tools/ndoc3/NDoc3Gui.pdb
Normal file
BIN
build-support/tools/ndoc3/NDoc3Gui.pdb
Normal file
Binary file not shown.
41
doc/sdk/Spring.NET-net-2.0.ndoc
Normal file
41
doc/sdk/Spring.NET-net-2.0.ndoc
Normal file
@@ -0,0 +1,41 @@
|
||||
<project SchemaVersion="1.3">
|
||||
<assemblies>
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Testing.NUnit.dll" documentation="..\..\build\net\2.0\debug\Spring.Testing.NUnit.xml" />
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Web.dll" documentation="..\..\build\net\2.0\debug\Spring.Web.xml" />
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Aop.dll" documentation="..\..\build\net\2.0\debug\Spring.Aop.xml" />
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Core.dll" documentation="..\..\build\net\2.0\debug\Spring.Core.xml" />
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Data.dll" documentation="..\..\build\net\2.0\debug\Spring.Data.xml" />
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Data.NHibernate.dll" documentation="..\..\build\net\2.0\debug\Spring.Data.NHibernate.xml" />
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Data.NHibernate12.dll" documentation="..\..\build\net\2.0\debug\Spring.Data.NHibernate12.xml" />
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Data.NHibernate20.dll" documentation="..\..\build\net\2.0\debug\Spring.Data.NHibernate20.xml" />
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Data.NHibernate21.dll" documentation="..\..\build\net\2.0\debug\Spring.Data.NHibernate21.xml" />
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Messaging.dll" documentation="..\..\build\net\2.0\debug\Spring.Messaging.xml" />
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Messaging.Nms.dll" documentation="..\..\build\net\2.0\debug\Spring.Messaging.Nms.xml" />
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Scheduling.Quartz.dll" documentation="..\..\build\net\2.0\debug\Spring.Scheduling.Quartz.xml" />
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Services.dll" documentation="..\..\build\net\2.0\debug\Spring.Services.xml" />
|
||||
</assemblies>
|
||||
<referencePaths>
|
||||
<referencePath path="..\..\lib\NHibernate12\net\2.0" />
|
||||
<referencePath path="..\..\lib\NHibernate20\net\2.0" />
|
||||
<referencePath path="..\..\lib\NHibernate21\net\2.0" />
|
||||
</referencePaths>
|
||||
<documenters>
|
||||
<documenter name="MSDN">
|
||||
<property name="OutputDirectory" value=".\target\tmp" />
|
||||
<property name="HtmlHelpName" value="Spring.NET-1.2.1-SDK" />
|
||||
<property name="Title" value="Spring.NET 1.2.1 API Reference" />
|
||||
<property name="ShowVisualBasic" value="True" />
|
||||
<property name="MergeAssemblies" value="False" />
|
||||
<property name="RootPageTOCName" value="Introduction" />
|
||||
<property name="RootPageFileName" value="./introduction.html" />
|
||||
<property name="ShowMissingSummaries" value="True" />
|
||||
<property name="DocumentExplicitInterfaceImplementations" value="True" />
|
||||
<property name="DocumentSealedProtected" value="True" />
|
||||
<property name="DocumentProtectedInternalAsProtected" value="True" />
|
||||
<property name="AssemblyVersionInfo" value="AssemblyVersion" />
|
||||
<property name="CopyrightText" value="© 2002-2009 Spring.NET Framework Team. All Rights Reserved." />
|
||||
<property name="UseNamespaceDocSummaries" value="True" />
|
||||
<property name="SdkDocVersionString" value="VS.80" />
|
||||
</documenter>
|
||||
</documenters>
|
||||
</project>
|
||||
63
doc/sdk/introduction.html
Normal file
63
doc/sdk/introduction.html
Normal file
@@ -0,0 +1,63 @@
|
||||
<html dir="LTR" xmlns:ndoc="urn:ndoc-schema">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
|
||||
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
|
||||
<title>Spring.NET 1.2.1 SDK Reference Documentation</title>
|
||||
<xml>
|
||||
</xml>
|
||||
<link rel="stylesheet" type="text/css" href="MSDN.css" />
|
||||
</head>
|
||||
<body id="bodyID" class="dtBODY">
|
||||
<div id="nsbanner">
|
||||
<div id="bannerrow1">
|
||||
<table class="bannerparthead" cellspacing="0">
|
||||
<tr id="hdr">
|
||||
<td class="runninghead">Spring.NET 1.2.1 SDK Reference Documentation</td>
|
||||
<td class="product">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div id="TitleRow">
|
||||
<h1 class="dtH1">Overview</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<h3 class="dtH3">A sample Headline</h3>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
<a href="Spring.Aop~AopAlliance.Aop.html">A sample link to a namespace</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="Spring.Aop~AopAlliance.Aop.AspectException.html">A sample link to a class</a>
|
||||
</p>
|
||||
<h3 class="dtH3">A sample Headline</h3>
|
||||
<div class="tablediv">
|
||||
<table class="dtTABLE" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<th width="50%">A sample table</th>
|
||||
<th width="50%">Description</th>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
<a href="Spring.Aop~AopAlliance.Aop.AspectException.html">AspectException</a>
|
||||
</td>
|
||||
<td width="50%">
|
||||
Superclass for all AOP infrastructure exceptions.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a><EFBFBD> 2002-2009 Spring.NET Framework Team. All Rights Reserved.</a>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user