summaryrefslogtreecommitdiffstats
path: root/doc/index.doc
blob: 9d108290fafa93d109534ca75d827f4b6c916b97 (plain)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
/******************************************************************************
 *
 * 
 *
 * Copyright (C) 1997-2011 by Dimitri van Heesch.
 *
 * Permission to use, copy, modify, and distribute this software and its
 * documentation under the terms of the GNU General Public License is hereby 
 * granted. No representations are made about the suitability of this software 
 * for any purpose. It is provided "as is" without express or implied warranty.
 * See the GNU General Public License for more details.
 *
 * Documents produced by Doxygen are derivative works derived from the
 * input used in their production; they are not affected by this license.
 *
 */
/*! \mainpage 
\if logo_on
<center>
\htmlonly
<img src="doxygen_logo.gif" width="634" height="197" alt="doxygen"/><br/>
Version: $(VERSION)
\endhtmlonly
</center>
\endif

<h2>Introduction</h2>
Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL 
(Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D.

It can help you in three ways:
<ol>
<li> It can generate an on-line documentation browser (in HTML) and/or an 
     off-line reference manual (in \f$\mbox{\LaTeX}\f$) 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.
<li> You can \ref extract_all "configure" doxygen to extract the code structure 
     from undocumented source files. This is very useful to quickly 
     find your way in large source distributions. 
     You can also visualize the relations between the various elements 
     by means of include dependency graphs, inheritance diagrams,
     and collaboration diagrams, which are all generated automatically.
<li> You can even `abuse' doxygen for creating normal documentation (as I did
     for this manual).
</ol>

Doxygen is developed under <a href="http://www.linux.org">Linux</a>
and Mac OS X, but is set-up to be highly portable. As a result, it 
runs on most other Unix flavors as well. Furthermore, executables for 
Windows are available.

\n This manual is divided into three parts, each of which is divided into several 
sections.

The first part forms a user manual:
<ul>
<li>Section \ref install discusses how to 
      <a href="http://www.doxygen.org/download.html">download</a>, compile and install
                     doxygen for your platform.
<li>Section \ref starting tells you how to generate your first piece of 
                     documentation quickly. 
<li>Section \ref docblocks demonstrates the various ways that code can
                 be documented.
<li>Section \ref lists show various ways to create lists. 
<li>Section \ref grouping shows how to group things together. 
<li>Section \ref formulas shows how to insert formulas in the documentation.
<li>Section \ref diagrams describes the diagrams and graphs that doxygen can generate.
<li>Section \ref preprocessing explains how doxygen deals with macro definitions.
<li>Section \ref autolink shows how to put links to files, classes, 
                 and members in the documentation.
<li>Section \ref output shows how to generate the various output formats
                 supported by doxygen.
<li>Section \ref searching shows various ways to search in the HTML documentation.
<li>Section \ref customize explains how you can customize the output generated
                 by doxygen.
<li>Section \ref custcmd show how to define and use custom commands in your comments.
<li>Section \ref external explains how to let doxygen create links to externally generated documentation.
<li>Section \ref faq gives answers to frequently asked questions. 
<li>Section \ref trouble tells you what to do when you have problems.
</ul>

The second part forms a reference manual:

<ul>
<li>Section \ref features presents an overview of what doxygen can do.
<li>Section \ref doxygen_usage shows how to use the \c doxygen program.
<li>Section \ref doxywizard_usage shows how to use the \c doxywizard program. 
<li>Section \ref config shows how to fine-tune doxygen, so it 
              generates the documentation you want.
<li>Section \ref commands shows an overview of the special commands that can be 
              used within the documentation.
<li>Section \ref htmlcmds shows an overview of the HTML commands that
              can be used within the documentation.
<li>Section \ref xmlcmds shows an overview of the C# style XML commands that
              can be used within the documentation.
</ul>

The third part provides information for developers:

<ul>
<li>Section \ref arch gives a global overview of how doxygen is internally
    structured.
<li>Section \ref perlmod shows how to use the PerlMod output.
<li>Section \ref langhowto explains how to add support for new
              output languages.
</ul>

\n<h2>Doxygen license</h2>
\addindex license
\addindex GPL

Copyright &copy; 1997-2011 by 
<a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>.<p>

Permission to use, copy, modify, and distribute this software and its
documentation under the terms of the GNU General Public License is hereby 
granted. No representations are made about the suitability of this software 
for any purpose. It is provided "as is" without express or implied warranty.
See the 
<a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">
GNU General Public License</a>
for more details.
<p>
Documents produced by doxygen are derivative works derived from the
input used in their production; they are not affected by this license.

<h2>User examples</h2>

Doxygen supports a number of \ref output "output formats" where HTML is the
most popular one. I've gathered 
\htmlonly
<a href="http://www.doxygen.org/results.html">some nice examples</a> 
\endhtmlonly
\latexonly
some nice examples (see {\tt http://www.doxygen.org/results.html})
\endlatexonly
of real-life projects using doxygen.

These are part of a larger
\htmlonly
<a href="http://www.doxygen.org/projects.html">list of projects</a> 
that use doxygen.
\endhtmlonly
\latexonly
list of projects that use doxygen (see {\tt http://www.doxygen.org/projects.html}).
\endlatexonly
If you know other projects, let <a href="mailto:dimitri@stack.nl?subject=New%20project%20using%20Doxygen">me</a> 
know and I'll add them. 

<h2>Commercial Support</h2>

I'm currently investigating the possibilities of providing
commercial support for doxygen. The forms of support I'm thinking of
are: 
<ul>
<li>implementing features, 
<li>fixing bugs, 
<li>providing priority help in answering questions. 
</ul>
To get a better understanding of the feasibility,
please let <a href="mailto:dimitri@stack.nl?subject=Doxygen%20Commercial%20Support">me</a> know if you 
have a need for this type (or another type)
of doxygen related commercial support.

<h2>Future work</h2>
Although doxygen is successfully used by large number of companies and 
open source projects already, there is always room for improvement. 
<p>
You can submit enhancement requests in
<a href="https://bugzilla.gnome.org/buglist.cgi?product=doxygen&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=enhancement">the bug tracker</a>.
Make sure the severity of the bug report is set to "enhancement".

<h2>Acknowledgements</h2>
\addindex acknowledgements
Thanks go to:
<ul>
<li>\addindex Doc++
    Malte Z&ouml;ckler and Roland Wunderling, authors of DOC++.
    The first version of doxygen borrowed some code of an old version of DOC++. 
    Although I have rewritten practically all code since then, DOC++ has still 
    given me a good start in writing doxygen.
<li>All people at Qt Software, for creating a beautiful GUI Toolkit
    (which is very useful as a Windows/Unix platform abstraction layer :-)
<li>My brother Frank
    for rendering the logos.
<li>Harm van der Heijden for adding HTML help support.
<li>Wouter Slegers of 
    <a href="http://www.yourcreativesolutions.nl">Your Creative Solutions</a> 
    for registering the www.doxygen.org domain.
<li>Parker Waechter for adding the RTF output generator.
<li>Joerg Baumann, for adding conditional documentation blocks, 
    PDF links, and the configuration generator.
<li>Tim Mensch for adding the todo command.
<li>Christian Hammond for redesigning the web-site.
<li>Ken Wong for providing the HTML tree view code.
<li>Talin for adding support for C# style comments with XML markup.
<li>Petr Prikryl for coordinating the internationalization support.
    All language maintainers for providing translations into many languages.
<li>The band <a href="http://www.porcupinetree.com">Porcupine Tree</a> for 
    providing hours of great music to listen to while coding.
<li>many, many others for suggestions, patches and bug reports.
</ul>
*/