244 lines
5.7 KiB
TeX
244 lines
5.7 KiB
TeX
|
\documentclass[twoside]{book}
|
||
|
|
||
|
% Packages required by doxygen
|
||
|
\usepackage{calc}
|
||
|
\usepackage{doxygen}
|
||
|
\usepackage{graphicx}
|
||
|
\usepackage[utf8]{inputenc}
|
||
|
\usepackage{makeidx}
|
||
|
\usepackage{multicol}
|
||
|
\usepackage{multirow}
|
||
|
\usepackage{fixltx2e}
|
||
|
\PassOptionsToPackage{warn}{textcomp}
|
||
|
\usepackage{textcomp}
|
||
|
\usepackage[nointegrals]{wasysym}
|
||
|
\usepackage[table]{xcolor}
|
||
|
|
||
|
% Font selection
|
||
|
\usepackage[T1]{fontenc}
|
||
|
\usepackage{mathptmx}
|
||
|
\usepackage[scaled=.90]{helvet}
|
||
|
\usepackage{courier}
|
||
|
\usepackage{amssymb}
|
||
|
\usepackage{sectsty}
|
||
|
\renewcommand{\familydefault}{\sfdefault}
|
||
|
\allsectionsfont{%
|
||
|
\fontseries{bc}\selectfont%
|
||
|
\color{darkgray}%
|
||
|
}
|
||
|
\renewcommand{\DoxyLabelFont}{%
|
||
|
\fontseries{bc}\selectfont%
|
||
|
\color{darkgray}%
|
||
|
}
|
||
|
\newcommand{\+}{\discretionary{\mbox{\scriptsize$\hookleftarrow$}}{}{}}
|
||
|
|
||
|
% Page & text layout
|
||
|
\usepackage{geometry}
|
||
|
\geometry{%
|
||
|
a4paper,%
|
||
|
top=2.5cm,%
|
||
|
bottom=2.5cm,%
|
||
|
left=2.5cm,%
|
||
|
right=2.5cm%
|
||
|
}
|
||
|
\tolerance=750
|
||
|
\hfuzz=15pt
|
||
|
\hbadness=750
|
||
|
\setlength{\emergencystretch}{15pt}
|
||
|
\setlength{\parindent}{0cm}
|
||
|
\setlength{\parskip}{0.2cm}
|
||
|
\makeatletter
|
||
|
\renewcommand{\paragraph}{%
|
||
|
\@startsection{paragraph}{4}{0ex}{-1.0ex}{1.0ex}{%
|
||
|
\normalfont\normalsize\bfseries\SS@parafont%
|
||
|
}%
|
||
|
}
|
||
|
\renewcommand{\subparagraph}{%
|
||
|
\@startsection{subparagraph}{5}{0ex}{-1.0ex}{1.0ex}{%
|
||
|
\normalfont\normalsize\bfseries\SS@subparafont%
|
||
|
}%
|
||
|
}
|
||
|
\makeatother
|
||
|
|
||
|
% Headers & footers
|
||
|
\usepackage{fancyhdr}
|
||
|
\pagestyle{fancyplain}
|
||
|
\fancyhead[LE]{\fancyplain{}{\bfseries\thepage}}
|
||
|
\fancyhead[CE]{\fancyplain{}{}}
|
||
|
\fancyhead[RE]{\fancyplain{}{\bfseries\leftmark}}
|
||
|
\fancyhead[LO]{\fancyplain{}{\bfseries\rightmark}}
|
||
|
\fancyhead[CO]{\fancyplain{}{}}
|
||
|
\fancyhead[RO]{\fancyplain{}{\bfseries\thepage}}
|
||
|
\fancyfoot[LE]{\fancyplain{}{}}
|
||
|
\fancyfoot[CE]{\fancyplain{}{}}
|
||
|
\fancyfoot[RE]{\fancyplain{}{\bfseries\scriptsize Generated on Thu Dec 1 2016 09\+:26\+:04 for My Project by Doxygen }}
|
||
|
\fancyfoot[LO]{\fancyplain{}{\bfseries\scriptsize Generated on Thu Dec 1 2016 09\+:26\+:04 for My Project by Doxygen }}
|
||
|
\fancyfoot[CO]{\fancyplain{}{}}
|
||
|
\fancyfoot[RO]{\fancyplain{}{}}
|
||
|
\renewcommand{\footrulewidth}{0.4pt}
|
||
|
\renewcommand{\chaptermark}[1]{%
|
||
|
\markboth{#1}{}%
|
||
|
}
|
||
|
\renewcommand{\sectionmark}[1]{%
|
||
|
\markright{\thesection\ #1}%
|
||
|
}
|
||
|
|
||
|
% Indices & bibliography
|
||
|
\usepackage{natbib}
|
||
|
\usepackage[titles]{tocloft}
|
||
|
\setcounter{tocdepth}{3}
|
||
|
\setcounter{secnumdepth}{5}
|
||
|
\makeindex
|
||
|
|
||
|
% Hyperlinks (required, but should be loaded last)
|
||
|
\usepackage{ifpdf}
|
||
|
\ifpdf
|
||
|
\usepackage[pdftex,pagebackref=true]{hyperref}
|
||
|
\else
|
||
|
\usepackage[ps2pdf,pagebackref=true]{hyperref}
|
||
|
\fi
|
||
|
\hypersetup{%
|
||
|
colorlinks=true,%
|
||
|
linkcolor=blue,%
|
||
|
citecolor=blue,%
|
||
|
unicode%
|
||
|
}
|
||
|
|
||
|
% Custom commands
|
||
|
\newcommand{\clearemptydoublepage}{%
|
||
|
\newpage{\pagestyle{empty}\cleardoublepage}%
|
||
|
}
|
||
|
|
||
|
|
||
|
%===== C O N T E N T S =====
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
% Titlepage & ToC
|
||
|
\hypersetup{pageanchor=false,
|
||
|
bookmarks=true,
|
||
|
bookmarksnumbered=true,
|
||
|
pdfencoding=unicode
|
||
|
}
|
||
|
\pagenumbering{roman}
|
||
|
\begin{titlepage}
|
||
|
\vspace*{7cm}
|
||
|
\begin{center}%
|
||
|
{\Large My Project }\\
|
||
|
\vspace*{1cm}
|
||
|
{\large Generated by Doxygen 1.8.7}\\
|
||
|
\vspace*{0.5cm}
|
||
|
{\small Thu Dec 1 2016 09:26:04}\\
|
||
|
\end{center}
|
||
|
\end{titlepage}
|
||
|
\clearemptydoublepage
|
||
|
\tableofcontents
|
||
|
\clearemptydoublepage
|
||
|
\pagenumbering{arabic}
|
||
|
\hypersetup{pageanchor=true}
|
||
|
|
||
|
%--- Begin generated contents ---
|
||
|
\chapter{Home Page}
|
||
|
\label{index}\hypertarget{index}{}\input{index}
|
||
|
\chapter{readme}
|
||
|
\label{md_readme}
|
||
|
\hypertarget{md_readme}{}
|
||
|
\input{md_readme}
|
||
|
\chapter{Release Notes}
|
||
|
\label{md_release_notes}
|
||
|
\hypertarget{md_release_notes}{}
|
||
|
\input{md_release_notes}
|
||
|
\chapter{Module Index}
|
||
|
\input{modules}
|
||
|
\chapter{Hierarchical Index}
|
||
|
\input{hierarchy}
|
||
|
\chapter{Class Index}
|
||
|
\input{annotated}
|
||
|
\chapter{File Index}
|
||
|
\input{files}
|
||
|
\chapter{Module Documentation}
|
||
|
\input{group___get_started}
|
||
|
\include{group___configuration}
|
||
|
\include{group___component}
|
||
|
\include{group___core_a_p_i}
|
||
|
\include{group___touch_event}
|
||
|
\chapter{Class Documentation}
|
||
|
\input{class_nex_button}
|
||
|
\input{class_nex_checkbox}
|
||
|
\input{class_nex_crop}
|
||
|
\input{class_nex_d_s_button}
|
||
|
\input{class_nex_gauge}
|
||
|
\input{class_nex_gpio}
|
||
|
\input{class_nex_hotspot}
|
||
|
\input{class_nex_number}
|
||
|
\input{class_nex_object}
|
||
|
\input{class_nex_page}
|
||
|
\input{class_nex_picture}
|
||
|
\input{class_nex_progress_bar}
|
||
|
\input{class_nex_radio}
|
||
|
\input{class_nex_rtc}
|
||
|
\input{class_nex_scrolltext}
|
||
|
\input{class_nex_slider}
|
||
|
\input{class_nex_text}
|
||
|
\input{class_nex_timer}
|
||
|
\input{class_nex_touch}
|
||
|
\input{class_nex_upload}
|
||
|
\input{class_nex_variable}
|
||
|
\input{class_nex_waveform}
|
||
|
\chapter{File Documentation}
|
||
|
\input{doxygen_8h}
|
||
|
\input{_nex_button_8cpp}
|
||
|
\input{_nex_button_8h}
|
||
|
\input{_nex_checkbox_8cpp}
|
||
|
\input{_nex_checkbox_8h}
|
||
|
\input{_nex_config_8h}
|
||
|
\input{_nex_crop_8cpp}
|
||
|
\input{_nex_crop_8h}
|
||
|
\input{_nex_dual_state_button_8cpp}
|
||
|
\input{_nex_dual_state_button_8h}
|
||
|
\input{_nex_gauge_8cpp}
|
||
|
\input{_nex_gauge_8h}
|
||
|
\input{_nex_gpio_8cpp}
|
||
|
\input{_nex_hardware_8cpp}
|
||
|
\input{_nex_hardware_8h}
|
||
|
\input{_nex_hotspot_8cpp}
|
||
|
\input{_nex_hotspot_8h}
|
||
|
\input{_nex_number_8cpp}
|
||
|
\input{_nex_number_8h}
|
||
|
\input{_nex_object_8cpp}
|
||
|
\input{_nex_object_8h}
|
||
|
\input{_nex_page_8cpp}
|
||
|
\input{_nex_page_8h}
|
||
|
\input{_nex_picture_8cpp}
|
||
|
\input{_nex_picture_8h}
|
||
|
\input{_nex_progress_bar_8cpp}
|
||
|
\input{_nex_progress_bar_8h}
|
||
|
\input{_nex_radio_8cpp}
|
||
|
\input{_nex_radio_8h}
|
||
|
\input{_nex_rtc_8cpp}
|
||
|
\input{_nex_scrolltext_8cpp}
|
||
|
\input{_nex_scrolltext_8h}
|
||
|
\input{_nex_slider_8cpp}
|
||
|
\input{_nex_slider_8h}
|
||
|
\input{_nex_text_8cpp}
|
||
|
\input{_nex_text_8h}
|
||
|
\input{_nex_timer_8cpp}
|
||
|
\input{_nex_timer_8h}
|
||
|
\input{_nextion_8h}
|
||
|
\input{_nex_touch_8cpp}
|
||
|
\input{_nex_touch_8h}
|
||
|
\input{_nex_upload_8cpp}
|
||
|
\input{_nex_upload_8h}
|
||
|
\input{_nex_variable_8cpp}
|
||
|
\input{_nex_waveform_8cpp}
|
||
|
\input{_nex_waveform_8h}
|
||
|
%--- End generated contents ---
|
||
|
|
||
|
% Index
|
||
|
\newpage
|
||
|
\phantomsection
|
||
|
\addcontentsline{toc}{chapter}{Index}
|
||
|
\printindex
|
||
|
|
||
|
\end{document}
|