Skip to content

Commit f0c6fad

Browse files
authored
* Added Kaleidoscope chapter 7 docs (#58)
* Fixed doc generation so that it can support source URL links directly in each API topic. (Required using CSPROJ as the input to doc generation, which meant some changes to "see" references)
1 parent 9d198ee commit f0c6fad

22 files changed

+511
-249
lines changed

Build-docs.ps1

Lines changed: 0 additions & 114 deletions
This file was deleted.

NuGet.Config

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<config>
4-
<!--
5-
This is needed since NUGET modifies VCXPROJ files to include imports
6-
that are relative to the project. Thus, if this repo is cloned to some
7-
other machine the path could be wrong without this.
8-
-->
9-
<add key="repositoryPath" value="BuildOutput\packages" />
10-
<add key="globalPackagesFolder" value="BuildOutput\packages" />
11-
</config>
12-
<packageSources>
3+
<packageSources>
134
<add key="BuildOutput" value="BuildOutput\Nuget" />
145
<add key="AppVeyorGitBuild" value="https://ci.appveyor.com/nuget/CSemVer.GitBuild" />
156
<add key="AppVeyorValidators" value="https://ci.appveyor.com/nuget/Ubiquty.ArgValidators" />

0 commit comments

Comments
 (0)