-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- rename to apidoctor - support full-fidelity edmx generation - support warning/error suppression - support link validation in xml files
- Loading branch information
Showing
205 changed files
with
6,431 additions
and
2,861 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 7 additions & 6 deletions
13
ApiDocs.Console/ApiDocs.ConsoleApp.nuspec → ApiDoctor.Console/ApiDoctor.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package > | ||
<metadata> | ||
<id>MarkdownScanner.BinaryTools</id> | ||
<id>ApiDoctor</id> | ||
<version>$version$</version> | ||
<authors>Ryan Gregg</authors> | ||
<owners>rgregg@microsoft.com</owners> | ||
<authors>Microsoft</authors> | ||
<owners>dspektor@microsoft.com</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Toolkit that enables validation of API documentation</description> | ||
<releaseNotes>Check http://github.com/onedrive/markdown-scanner for details.</releaseNotes> | ||
<description>Tool for validating API documentation</description> | ||
<releaseNotes>Check http://github.com/onedrive/apidoctor for details.</releaseNotes> | ||
<copyright>Copyright Microsoft</copyright> | ||
<licenseUrl>http://msdn.microsoft.com/en-US/cc300389</licenseUrl> | ||
<projectUrl>http://github.com/onedrive/apidoctor</projectUrl> | ||
<frameworkAssemblies> | ||
<frameworkAssembly assemblyName="System" targetFramework="net45" /> | ||
</frameworkAssemblies> | ||
</metadata> | ||
<files> | ||
<file src="bin\Release\apidocs.exe" target="tools" /> | ||
<file src="bin\Release\apidoc.exe" target="tools" /> | ||
<file src="bin\Release\*.dll" target="tools" /> | ||
</files> | ||
</package> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.