Chameleon

Chameleon Svn Source Tree

Root/branches/xZenu/src/util/doxygen/doc/doxygen_manual.tex

Source at commit 1406 created 12 years 10 months ago.
By meklort, Revert drivers.c so that kexts are only loaded when OSBundleRequired is set and that value is not safe mode. Added some comments about it too.
1%
2%
3%
4% Copyright (C) 1997-2011 by Dimitri van Heesch.
5%
6% Permission to use, copy, modify, and distribute this software and its
7% documentation under the terms of the GNU General Public License is hereby
8% granted. No representations are made about the suitability of this software
9% for any purpose. It is provided "as is" without express or implied warranty.
10% See the GNU General Public License for more details.
11%
12% Documents produced by Doxygen are derivative works derived from the
13% input used in their production; they are not affected by this license.
14
15\documentclass[a4paper]{report}
16\usepackage{a4wide}
17\usepackage{makeidx}
18\usepackage{fancyhdr}
19\usepackage{float}
20\usepackage{longtable}
21\usepackage{graphicx}
22\usepackage{epsf}
23\usepackage{doxygen}
24\usepackage{multicol}
25\usepackage{times}
26\usepackage{alltt}
27\usepackage{tocloft}
28\usepackage[pdftex,
29 pagebackref=true,
30 colorlinks=true,
31 linkcolor=blue
32 ]{hyperref}
33\makeindex
34\setcounter{tocdepth}{1}
35\renewcommand{\footrulewidth}{0.4pt}
36\renewcommand{\cftsecindent}{0 em}
37\renewcommand{\cftsecnumwidth}{3.2 em}
38\renewcommand{\cftsubsecindent}{3.2 em}
39\newcommand{\thisyear}{\the\year}
40\begin{document}
41\begin{titlepage}
42\includegraphics[width=\textwidth]{doxygen_logo}
43\begin{center}
44Manual for version $VERSION\\[2ex]
45Written by Dimitri van Heesch\\[2ex]
46\copyright 1997-\thisyear
47\end{center}
48\end{titlepage}
49\clearemptydoublepage
50\tableofcontents
51\clearemptydoublepage
52\pagenumbering{arabic}
53\include{index}
54\part{User Manual}
55\chapter{Installation}\label{install}\hypertarget{install}{}\input{install}
56\chapter{Getting Started}\label{starting}\hypertarget{starting}{}\input{starting}
57\chapter{Documenting the code}\label{docblocks}\hypertarget{docblocks}{}\input{docblocks}
58\chapter{Lists}\label{lists}\hypertarget{lists}{}\input{lists}
59\chapter{Grouping}\label{grouping}\hypertarget{grouping}{}\input{grouping}
60\chapter{Including Formulas}\label{formulas}\hypertarget{formulas}{}\input{formulas}
61\chapter{Graphs and diagrams}\label{diagrams}\hypertarget{diagrams}{}\input{diagrams}
62\chapter{Preprocessing}\label{preprocessing}\hypertarget{preprocessing}{}\input{preprocessing}
63\chapter{Automatic link generation}\label{autolink}\hypertarget{autolink}{}\input{autolink}
64\chapter{Output Formats}\label{output}\hypertarget{output}{}\input{output}
65\chapter{Searching}\label{searching}\hypertarget{searching}{}\input{searching}
66\chapter{Customizing the Output}\label{customize}\hypertarget{customize}{}\input{customize}
67\chapter{Custom Commands}\label{custcmd}\hypertarget{custcmd}{}\input{custcmd}
68\chapter{Link to external documentation}\label{external}\hypertarget{external}{}\input{external}
69\chapter{Frequently Asked Questions}\label{faq}\hypertarget{faq}{}\input{faq}
70\chapter{Troubleshooting}\label{trouble}\hypertarget{trouble}{}\input{trouble}
71\part{Reference Manual}
72\chapter{Features}\label{features}\hypertarget{features}{}\input{features}
73\chapter{Doxygen usage}\label{doxygen_usage}\hypertarget{doxygen_usage}{}\input{doxygen_usage}
74\chapter{Doxytag usage}\label{doxytag_usage}\hypertarget{doxytag_usage}{}\input{doxytag_usage}
75\chapter{Doxywizard usage}\label{doxywizard_usage}\hypertarget{doxywizard_usage}{}\input{doxywizard_usage}
76\chapter{Installdox usage}\label{installdox_usage}\hypertarget{installdox_usage}{}\input{installdox_usage}
77\chapter{Configuration}\label{config}\hypertarget{config}{}\input{config}
78\chapter{Special Commands}\label{commands}\hypertarget{commands}{}\input{commands}
79\chapter{HTML commands}\label{htmlcmds}\hypertarget{htmlcmds}{}\input{htmlcmds}
80\chapter{XML commands}\label{xmlcmds}\hypertarget{xmlcmds}{}\input{xmlcmds}
81\part{Developers Manual}
82\chapter{Doxygen's internals}\label{arch}\hypertarget{arch}{}\input{arch}
83\chapter{Perl Module Output format}\label{perlmod}\hypertarget{perlmod}{}\input{perlmod}
84\chapter{Internationalization}\label{langhowto}\hypertarget{langhowto}{}\input{langhowto}
85\printindex
86\end{document}
87

Archive Download this file

Revision: 1406