Metadata >> NuGet >> NuDoc

NuDoc

Metadata

Authors Daniel Cazzulino, kzu, Clarius Labs
Copyrights Copyright 2013
Description A simple and intuitive API for reading XML API documentation from .NET assemblies or XML files.
IconUrl https://raw.github.com/clariuslabs/NuDoc/master/doc/Icon-big.png
LicenseUrl https://github.com/clariuslabs/common/blob/master/License.txt
Owners Clarius Labs
ProjectUrl http://clarius.io/nudoc
ReleaseNotes v0.4 * Added support for `returns` tag. * Added support for retrieving `IXmlLineInfo` for every element, which allows much better diagnostics * ToString now renders basic element information * Full element text content rendering moved to `ToText` method v0.3 * Support for unknown XML elements (preserves and processes content) * Support for writing XML from the in-memory model via XmlVisitor v0.2 * Support for all documentation tags * Support for custom visitors over the entire results * Support for anonymous (delegate-based visitor) for convenience * Additional member post-processing annotations from reflection if available (i.e. reading from an assembly) v0.1 * Initial cut with visitable documentation elements
RequireLicenseAcceptance False
Tags .net documentation
Title NuDoc: A .NET XML API Documentation Reader
PackageSize 120999
PackageHashAlgorithm SHA512
PackageHash PjN4wndYtZSlPh+ydXFFD9eDOdZEN+VCwS6NvUIrDHXvzNuJUz2iLUE0Cu+tBLDtQD7zQwJ/+essxLtSsmqkLQ==
DownloadCount 000000
CreatedDate 2013-06-14T06:58:43

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install NuDoc -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install NuDoc -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package NuDoc
Installing the package (HTTP Basic authentication):
Install-Package NuDoc -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package NuDoc -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package NuDoc

OpenWrap

Installing the package:
o add-wrap NuDoc
Uninstalling the package:
o remove-wrap NuDoc

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.4.1306.1409
0.4.1306.1408
0.4.1306.1407