File: control

package info (click to toggle)
robodoc 4.99.40-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,560 kB
  • ctags: 978
  • sloc: ansic: 14,067; sh: 3,711; perl: 155; makefile: 108
file content (30 lines) | stat: -rw-r--r-- 1,414 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
Source: robodoc
Section: devel
Priority: optional
Maintainer: Tobias Quathamer <toddy@debian.org>
Build-Depends: autotools-dev, debhelper (>= 7.0.50~), hardening-wrapper
Standards-Version: 3.9.0
Homepage: http://www.xs4all.nl/~rfsber/Robo/

Package: robodoc
Architecture: any
Depends: exuberant-ctags, ${shlibs:Depends}, ${misc:Depends}
Suggests: kaptain
Description: source code documentation tool
 It is difficult to keep documentation in sync with source code. One of the
 reasons is that documentation and source code are stored in separate files
 that usually also require different editors to edit them. ROBODoc solves
 this problem. Specially formatted documentation headers are extracted from
 source files, reformatted in HTML, XML DocBook, TROFF, ASCII, LaTeX, PDF,
 or RTF, and stored in a different file. This way ROBODoc allows you to
 include your documentation in the source code. You can edit the source code
 as well as the documentation in a single file with your favourite editor.
 This makes it easier to keep your documentation in sync with your source
 code.
 .
 ROBODoc can be used to document functions, methods, classes, variables,
 makefile entries, system tests, and anything else you can think of.
 .
 ROBODoc works with C, C++, Fortran, Perl, shell scripts, Assembler, DCL,
 DB/C, Tcl/Tk, Forth, Lisp, COBOL, Occam, Basic, HTML, and any other
 language that supports remarks/comments.