Metadata >> NuGet >> NuDoq

NuDoq

Metadata

Authors kzu
Copyrights Copyright 2013
Description Provides core APIs for reading and writing XML API documentation files.
IconUrl https://raw.github.com/kzu/NuDoq/master/doc/Icon-big.png
LicenseUrl https://github.com/kzu/NuDoq/blob/master/License.txt
Owners kzu
ProjectUrl https://github.com/kzu/NuDoq
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 NuDoq: A .NET XML Documentation API
PackageSize 91906
PackageHashAlgorithm SHA512
PackageHash N8sPMwJ8egmQ465fgbqVjNaocjwabD7pQV8F404uDoiYdxe3D9ni8e0kd4mWimXbzm2qWupysSI2yq10yIbPYA==
DownloadCount 000000
CreatedDate 2015-02-17T22:20:25

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 NuDoq -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install NuDoq -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 NuDoq
Installing the package (HTTP Basic authentication):
Install-Package NuDoq -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package NuDoq -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package NuDoq

OpenWrap

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

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
1.2.5