Imported Upstream version 1.8.10
[platform/upstream/doxygen.git] / README.md
1 Doxygen
2 ===============
3 Doxygen is the de facto standard tool for generating documentation from 
4 annotated C++ sources, but it also supports other popular programming 
5 languages such as C, Objective-C, C#, PHP, Java, Python, IDL 
6 (Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL, Tcl, 
7 and to some extent D.
8
9 Doxygen can help you in three ways:
10
11 1. It can generate an on-line documentation browser (in HTML) and/or an 
12    off-line reference manual (in LaTeX) from a set of documented source files. 
13    There is also support for generating output in RTF (MS-Word), PostScript, 
14    hyperlinked PDF, compressed HTML, DocBook and Unix man pages. 
15    The documentation is extracted directly from the sources, which makes 
16    it much easier to keep the documentation consistent with the source code.
17 2. You can configure doxygen to extract the code structure from undocumented 
18    source files. This is very useful to quickly find your way in large 
19    source distributions. Doxygen can also visualize the relations between 
20    the various elements by means of include dependency graphs, inheritance 
21    diagrams, and collaboration diagrams, which are all generated automatically.
22 3. You can also use doxygen for creating normal documentation (as I did for 
23    the doxygen user manual and doxygen web-site).
24
25 Download
26 ---------
27 The latest binaries and source of Doxygen can be downloaded from:
28 * http://www.doxygen.org/
29
30 Developers
31 ---------
32 * Build Status: <a href="https://travis-ci.org/doxygen/doxygen"><img src="https://secure.travis-ci.org/doxygen/doxygen.png?branch=master"/></a>
33
34 * Coverity Scan Build Status: <a href="https://scan.coverity.com/projects/2860"> <img alt="Coverity Scan Build Status" src="https://scan.coverity.com/projects/2860/badge.svg"/> </a>
35
36 * Install
37   * Quick install see (./INSTALL) 
38   * else http://www.doxygen.org/manual/install.html
39
40 * Project stats: https://www.openhub.net/p/doxygen
41
42 Issues, bugs, requests, ideas
43 ----------------------------------
44 Use the bug tracker to report bugs:
45 * current list:
46     * [Bugzilla](https://bugzilla.gnome.org/buglist.cgi?product=doxygen&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED)
47 * Submit a new bug or feature request 
48     * [Enter bug](https://bugzilla.gnome.org/enter_bug.cgi?product=doxygen)
49
50 Comms
51 ----------------------------------
52 ### Mailing Lists ###
53
54 There are three mailing lists:
55
56 * doxygen-announce@lists.sourceforge.net     - Announcement of new releases only
57 * doxygen-users@lists.sourceforge.net        - for doxygen users
58 * doxygen-develop@lists.sourceforge.net      - for doxygen developers
59 * To subscribe follow the link to
60     * http://sourceforge.net/projects/doxygen
61
62 Source Code
63 ----------------------------------
64 In May 2013, Doxygen moved from 
65 subversion to git hosted at github
66 * https://github.com/doxygen/doxygen
67
68 Enjoy,
69
70 Dimitri van Heesch (dimitri at stack.nl)