[Lunar-commits] CVS: moonbase/doc-tools/doxygen DETAILS,1.9,1.10
Florin Braescu
florin at lunar-linux.org
Fri Feb 13 10:27:58 GMT 2004
Update of /var/cvs/lunar/moonbase/doc-tools/doxygen
In directory dbguin.lunar-linux.org:/tmp/cvs-serv2422
Modified Files:
DETAILS
Log Message:
bump version from 1.3.5 to 1.3.6.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/doxygen/DETAILS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DETAILS 28 Nov 2003 16:09:47 -0000 1.9
+++ DETAILS 13 Feb 2004 10:27:56 -0000 1.10
@@ -1,18 +1,32 @@
MODULE=doxygen
- VERSION=1.3.5
+ VERSION=1.3.6
SOURCE=$MODULE-$VERSION.src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=ftp://ftp.stack.nl/pub/users/dimitri/$SOURCE
- SOURCE_VFY=md5:58f5ed6de54725ba52c2bb6a18d5a147
+ SOURCE_VFY=md5:74d3cfb6463bfd4ed1d051153375156d
WEB_SITE=http://www.stack.nl/~dimitri/doxygen/
ENTERED=20020529
- UPDATED=20031126
- SHORT="Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C."
+ UPDATED=20040213
+ SHORT="Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C."
+
cat << EOF
- Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C.
+Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and
+KDE-DCOP flavors) and C.
- It can help you in three ways:
- 1. It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in ) from a set of 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.
- 2. Doxygen can be configured to extract the code structure from undocumented source files. This can be very useful to quickly find your way in large source distributions. The relations between the various elements are be visualized by means of include dependency graphs, inheritance diagrams, and collaboration diagrams, which are all generated automatically.
- 3. You can even abuse doxygen for creating normal documentation (as I did for this manual). Doxygen is developed under Linux, but is set-up to be highly portable. As a result, it runs on most other Unix flavors as well. Furthermore, executables for Windows 9x/NT and Mac OS X are available.
+It can help you in three ways:
+ 1. It can generate an on-line documentation browser (in HTML) and/or an
+ off-line reference manual (in ) from a set of 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.
+ 2. Doxygen can be configured to extract the code structure from undocumented
+ source files. This can be very useful to quickly find your way in large
+ source distributions. The relations between the various elements are be
+ visualized by means of include dependency graphs, inheritance diagrams, and
+ collaboration diagrams, which are all generated automatically.
+ 3. You can even abuse doxygen for creating normal documentation (as I did for
+ this manual). Doxygen is developed under Linux, but is set-up to be highly
+ portable. As a result, it runs on most other Unix flavors as well.
+ Furthermore, executables for Windows 9x/NT and Mac OS X are available.
EOF
More information about the Lunar-commits
mailing list