summaryrefslogtreecommitdiffstats
path: root/devel/doxygen/DETAILS
blob: 2a1d2d3459fae8086836e7ff74ebdd921178ad63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
           SPELL=doxygen
         VERSION=1.7.3
          SOURCE=$SPELL-$VERSION.src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=ftp://ftp.stack.nl/pub/users/dimitri/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
        WEB_SITE=http://www.doxygen.org/
      LICENSE[0]=GPL
         ENTERED=20020310
        KEYWORDS="java devel"
           SHORT="Documentation system for C++, Java, IDL and C"
cat << EOF
Doxygen can generate an on-line documentation browser (in HTML) and/or
an off-line reference manual (in LaTeX) from a set of [un]documented
source files. There is also support for generating output in RTF
(MS-Word), PostScript, hyperlinked PDF, compressed HTML, and Unix man
pages. The documentation is extracted directly from the sources, which
makes it much easier to keep the documentation consistent with the
source code.
EOF