diff options
Diffstat (limited to 'tools/Sandcastle/Presentation/hana/DocModel.ps1')
-rw-r--r-- | tools/Sandcastle/Presentation/hana/DocModel.ps1 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tools/Sandcastle/Presentation/hana/DocModel.ps1 b/tools/Sandcastle/Presentation/hana/DocModel.ps1 deleted file mode 100644 index dade8e2..0000000 --- a/tools/Sandcastle/Presentation/hana/DocModel.ps1 +++ /dev/null @@ -1,22 +0,0 @@ - -# Sandcastle build script overrides for vsorcas doc model. - -. $DxRoot\Presentation\Shared\SharedDocModel.ps1 - -function PostProcessReflectionData($sourceFile, $targetFile) { - WriteInfo "Post processing reflection data." - &$XslTransform $sourceFile ` - /xsl:$DxRoot\ProductionTransforms\ApplyVSDocModel.xsl ` - /xsl:$DxRoot\ProductionTransforms\AddFriendlyFilenames.xsl ` - /arg:IncludeAllMembersTopic=false ` - /arg:IncludeInheritedOverloadTopics=true ` - /out:$targetFile -} - -function CreateToc { - WriteInfo "Creating TOC." - &$XslTransform $TempDir\ReflectionData\targets.xml ` - /xsl:$DxRoot\ProductionTransforms\createvstoc.xsl ` - /out:$TempDir\toc.xml -} - |