1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: ndoc
Section: devel
Priority: optional
Maintainer: Jelmer Vernooij <jelmer@samba.org>
Uploaders: Dave Beckett <dajobe@debian.org>
Build-Depends: debhelper (>= 4.0.0), dpatch
Build-Depends-Indep: mono-mcs (>= 1.0) | c-sharp-compiler, cli-common-dev, libmono-dev (>= 1.0), nant (>= 0.84), mono-gac (>= 1.1.6)
Standards-Version: 3.7.2
Package: ndoc-console
Architecture: all
Depends: ${cli:Depends}
Description: Code documentation generator for .NET
NDoc generates class library documentation from .NET assemblies and
the XML documentation files generated by a C# compiler. It can
currently generate documentation in HTML, LaTeX and CHM (Windows
Help Files).
.
This package contains the console front-end.
Package: libndoc-cil
Architecture: all
Depends: ${cli:Depends}
Description: Code documentation generator for .NET
NDoc generates class library documentation from .NET assemblies and
the XML documentation files generated by a C# compiler. It can
currently generate documentation in HTML, LaTeX and CHM (Windows
Help Files).
Package: ndoc-doc
Architecture: all
Depends: ${cli:Depends}
Recommends: gnochm | xchm
Description: Code documentation generator for .NET
NDoc generates class library documentation from .NET assemblies and
the XML documentation files generated by a C# compiler. It can
currently generate documentation in HTML, LaTeX and CHM (Windows
Help Files).
.
This package contains the API documentation and user guide.
Package: ndoc
Architecture: all
Depends: ndoc-doc, libndoc-cil, ndoc-console
Description: Code documentation generator for .NET
NDoc generates class library documentation from .NET assemblies and
the XML documentation files generated by a C# compiler. It can
currently generate documentation in HTML, LaTeX and CHM (Windows
Help Files).
.
This is a dummy package that depends on all other ndoc packages.
|