aboutsummaryrefslogtreecommitdiff
path: root/doc/latex/refman.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/latex/refman.tex')
-rw-r--r--doc/latex/refman.tex84
1 files changed, 84 insertions, 0 deletions
diff --git a/doc/latex/refman.tex b/doc/latex/refman.tex
new file mode 100644
index 0000000..ba4c7ac
--- /dev/null
+++ b/doc/latex/refman.tex
@@ -0,0 +1,84 @@
+\documentclass[a4paper]{book}
+\usepackage{a4wide}
+\usepackage{makeidx}
+\usepackage{graphicx}
+\usepackage{multicol}
+\usepackage{float}
+\usepackage{listings}
+\usepackage{color}
+\usepackage{textcomp}
+\usepackage{alltt}
+\usepackage{times}
+\usepackage{ifpdf}
+\ifpdf
+\usepackage[pdftex,
+ pagebackref=true,
+ colorlinks=true,
+ linkcolor=blue,
+ unicode
+ ]{hyperref}
+\else
+\usepackage[ps2pdf,
+ pagebackref=true,
+ colorlinks=true,
+ linkcolor=blue,
+ unicode
+ ]{hyperref}
+\usepackage{pspicture}
+\fi
+\usepackage[utf8]{inputenc}
+\usepackage{doxygen}
+\lstset{language=C++,inputencoding=utf8,basicstyle=\footnotesize,breaklines=true,breakatwhitespace=true,tabsize=8,numbers=left }
+\makeindex
+\setcounter{tocdepth}{3}
+\renewcommand{\footrulewidth}{0.4pt}
+\begin{document}
+\hypersetup{pageanchor=false}
+\begin{titlepage}
+\vspace*{7cm}
+\begin{center}
+{\Large Cinisis Database Reader }\\
+\vspace*{1cm}
+{\large Generated by Doxygen 1.6.3}\\
+\vspace*{0.5cm}
+{\small Fri Aug 20 15:38:19 2010}\\
+\end{center}
+\end{titlepage}
+\clearemptydoublepage
+\pagenumbering{roman}
+\tableofcontents
+\clearemptydoublepage
+\pagenumbering{arabic}
+\hypersetup{pageanchor=true}
+\chapter{Todo List}
+\label{todo}
+\hypertarget{todo}{}
+\input{todo}
+\chapter{Class Index}
+\input{hierarchy}
+\chapter{Class Index}
+\input{annotated}
+\chapter{Class Documentation}
+\input{classBiblioIsisDb}
+\include{classCinisis}
+\include{classCinisisDisplayHelper}
+\include{classCinisisHttpHelper}
+\include{classIsisAudit}
+\include{classIsisConnector}
+\include{interfaceIsisDb}
+\include{classIsisEntryIterator}
+\include{classIsisFinder}
+\include{classIsisItemIterator}
+\include{classIsisMainItemIterator}
+\include{classIsisMap}
+\include{classIsisMethodIterator}
+\include{classIsisNormalItemFilterIterator}
+\include{classIsisReader}
+\include{classIsisRowIterator}
+\include{classIsisSubfieldIterator}
+\include{classIsisValueIterator}
+\include{classMaleteDb}
+\include{classPhpIsisDb}
+\include{classSchemaDb}
+\printindex
+\end{document}