File: doc.dxx

package info (click to toggle)
doc%2B%2B 3.4.10-3.4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,420 kB
  • ctags: 1,491
  • sloc: lex: 10,379; ansic: 7,823; cpp: 5,572; sh: 3,674; makefile: 340; yacc: 316; java: 274; sed: 16
file content (49 lines) | stat: -rw-r--r-- 1,634 bytes parent folder | download | duplicates (3)
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
/** @name DOC++

    \begin{center}
	{\Large{\bf Welcome to the wonderful world of DOC++}}
    \end{center}

    DOC++ is a documentation system for C, C++, IDL and Java generating both,
    TeX output for high quality hardcopies and HTML output for sophisticated
    online browsing of your documentation. The documentation is extracted
    directly from the C/C++/IDL header/source files or Java class files.

    Here is a list of highlights:
    \begin{itemize}
	\item hierarchically structured documentation
	\item automatic class graph generation (as Java applets for HTML)
        \item cross references
	\item high end formatting support including typesetting of equations
        \end{itemize}

    For an introduction to the philosophy of DOC++ go on reading the
    \Ref{Introduction}. If you want to jump right into using DOC++ on your
    sources go to section \Ref{Quickstart}. Section \Ref{Reference Manual}
    provides you a complete manual on the features provided DOC++. If you have
    problems using DOC++ you should consult our \Ref{Frequently Asked Questions}.
    If you first want to look at some output of DOC++, don't do anything at all,
    you are just reading an example. An example for some dummy C++ classes can
    be found in \Ref{Example}.

    \begin{center}
	{\Large{\bf Enjoy!}}
    \end{center}

    @memo A Documentation System for C, C++, IDL and Java
*/
//@{
    //@Include: intro.dxx
    //@Include: short.dxx
    //@Include: reference.dxx

    /** @name Example
    */
    //@{
	//@Include: *.h
    //@}

    //@Include: general.dxx
    //@Include: install.dxx
    //@Include: FAQ.dxx
//@}