File: control

package info (click to toggle)
ndoc 1.3.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 9,940 kB
  • ctags: 3,748
  • sloc: cs: 27,159; sh: 219; xml: 47; makefile: 45
file content (52 lines) | stat: -rw-r--r-- 1,873 bytes parent folder | download
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.