aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex')
-rw-r--r--vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/Makefile21
-rw-r--r--vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/annotated.tex4
-rw-r--r--vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/class_memgrp___test.tex91
-rw-r--r--vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/doxygen.sty500
-rw-r--r--vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/files.tex4
-rw-r--r--vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/memgrp_8cpp.tex43
-rw-r--r--vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/refman.tex149
-rw-r--r--vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/refman_doc.tex4
8 files changed, 816 insertions, 0 deletions
diff --git a/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/Makefile b/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/Makefile
new file mode 100644
index 00000000..8cc3866f
--- /dev/null
+++ b/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/Makefile
@@ -0,0 +1,21 @@
+all: refman.pdf
+
+pdf: refman.pdf
+
+refman.pdf: clean refman.tex
+ pdflatex refman
+ makeindex refman.idx
+ pdflatex refman
+ latex_count=8 ; \
+ while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\
+ do \
+ echo "Rerunning latex...." ;\
+ pdflatex refman ;\
+ latex_count=`expr $$latex_count - 1` ;\
+ done
+ makeindex refman.idx
+ pdflatex refman
+
+
+clean:
+ rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl refman.pdf
diff --git a/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/annotated.tex b/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/annotated.tex
new file mode 100644
index 00000000..2a79e460
--- /dev/null
+++ b/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/annotated.tex
@@ -0,0 +1,4 @@
+\subsection{Class List}
+Here are the classes, structs, unions and interfaces with brief descriptions\+:\begin{DoxyCompactList}
+\item\contentsline{section}{\hyperlink{class_memgrp___test}{Memgrp\+\_\+\+Test} \\*A class }{\pageref{class_memgrp___test}}{}
+\end{DoxyCompactList}
diff --git a/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/class_memgrp___test.tex b/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/class_memgrp___test.tex
new file mode 100644
index 00000000..edf1b37d
--- /dev/null
+++ b/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/class_memgrp___test.tex
@@ -0,0 +1,91 @@
+\hypertarget{class_memgrp___test}{}\subsection{Memgrp\+\_\+\+Test Class Reference}
+\label{class_memgrp___test}\index{Memgrp\+\_\+\+Test@{Memgrp\+\_\+\+Test}}
+
+
+A class.
+
+
+\subsubsection*{Public Member Functions}
+\begin{DoxyCompactItemize}
+\item
+void \hyperlink{class_memgrp___test_a8a3a4ac34b2e25696159ac420bd4bdc6}{ungrouped\+Function} ()
+\begin{DoxyCompactList}\small\item\em Function without group. \end{DoxyCompactList}\end{DoxyCompactItemize}
+{\bf }\par
+\begin{DoxyCompactItemize}
+\item
+void \hyperlink{class_memgrp___test_a5052066c03efb51395b5334da4255cd2}{func1\+In\+Group1} ()
+\begin{DoxyCompactList}\small\item\em Same documentation for both members. \end{DoxyCompactList}\item
+void \hyperlink{class_memgrp___test_a8296fa2c355e84ecf25522d54807548c}{func2\+In\+Group1} ()
+\begin{DoxyCompactList}\small\item\em Same documentation for both members. \end{DoxyCompactList}\end{DoxyCompactItemize}
+
+\subsubsection*{Group2}
+\label{_amgrp6be2faefeff8740e94471f5ae04da6d0}%
+Description of group 2. \begin{DoxyCompactItemize}
+\item
+void \hyperlink{class_memgrp___test_ab0e6553ddc36ac3cef0ac229c5dd4cdb}{func1\+In\+Group2} ()
+\begin{DoxyCompactList}\small\item\em Function 1 in group 2. \end{DoxyCompactList}\item
+void \hyperlink{class_memgrp___test_a9ce862049bb543596343e81ad3ddddff}{func2\+In\+Group2} ()
+\begin{DoxyCompactList}\small\item\em Function 2 in group 2. \end{DoxyCompactList}\end{DoxyCompactItemize}
+
+
+\subsubsection{Detailed Description}
+A class.
+
+Details
+
+\subsubsection{Member Function Documentation}
+\hypertarget{class_memgrp___test_a5052066c03efb51395b5334da4255cd2}{}\label{class_memgrp___test_a5052066c03efb51395b5334da4255cd2}
+\index{Memgrp\+\_\+\+Test@{Memgrp\+\_\+\+Test}!func1\+In\+Group1@{func1\+In\+Group1}}
+\index{func1\+In\+Group1@{func1\+In\+Group1}!Memgrp\+\_\+\+Test@{Memgrp\+\_\+\+Test}}
+\paragraph{\texorpdfstring{func1\+In\+Group1()}{func1InGroup1()}}
+{\footnotesize\ttfamily void Memgrp\+\_\+\+Test\+::func1\+In\+Group1 (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})}
+
+
+
+Same documentation for both members.
+
+Details \hypertarget{class_memgrp___test_ab0e6553ddc36ac3cef0ac229c5dd4cdb}{}\label{class_memgrp___test_ab0e6553ddc36ac3cef0ac229c5dd4cdb}
+\index{Memgrp\+\_\+\+Test@{Memgrp\+\_\+\+Test}!func1\+In\+Group2@{func1\+In\+Group2}}
+\index{func1\+In\+Group2@{func1\+In\+Group2}!Memgrp\+\_\+\+Test@{Memgrp\+\_\+\+Test}}
+\paragraph{\texorpdfstring{func1\+In\+Group2()}{func1InGroup2()}}
+{\footnotesize\ttfamily void Memgrp\+\_\+\+Test\+::func1\+In\+Group2 (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})}
+
+
+
+Function 1 in group 2.
+
+Details. \hypertarget{class_memgrp___test_a8296fa2c355e84ecf25522d54807548c}{}\label{class_memgrp___test_a8296fa2c355e84ecf25522d54807548c}
+\index{Memgrp\+\_\+\+Test@{Memgrp\+\_\+\+Test}!func2\+In\+Group1@{func2\+In\+Group1}}
+\index{func2\+In\+Group1@{func2\+In\+Group1}!Memgrp\+\_\+\+Test@{Memgrp\+\_\+\+Test}}
+\paragraph{\texorpdfstring{func2\+In\+Group1()}{func2InGroup1()}}
+{\footnotesize\ttfamily void Memgrp\+\_\+\+Test\+::func2\+In\+Group1 (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})}
+
+
+
+Same documentation for both members.
+
+Details \hypertarget{class_memgrp___test_a9ce862049bb543596343e81ad3ddddff}{}\label{class_memgrp___test_a9ce862049bb543596343e81ad3ddddff}
+\index{Memgrp\+\_\+\+Test@{Memgrp\+\_\+\+Test}!func2\+In\+Group2@{func2\+In\+Group2}}
+\index{func2\+In\+Group2@{func2\+In\+Group2}!Memgrp\+\_\+\+Test@{Memgrp\+\_\+\+Test}}
+\paragraph{\texorpdfstring{func2\+In\+Group2()}{func2InGroup2()}}
+{\footnotesize\ttfamily void Memgrp\+\_\+\+Test\+::func2\+In\+Group2 (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [protected]}}
+
+
+
+Function 2 in group 2.
+
+Details. \hypertarget{class_memgrp___test_a8a3a4ac34b2e25696159ac420bd4bdc6}{}\label{class_memgrp___test_a8a3a4ac34b2e25696159ac420bd4bdc6}
+\index{Memgrp\+\_\+\+Test@{Memgrp\+\_\+\+Test}!ungrouped\+Function@{ungrouped\+Function}}
+\index{ungrouped\+Function@{ungrouped\+Function}!Memgrp\+\_\+\+Test@{Memgrp\+\_\+\+Test}}
+\paragraph{\texorpdfstring{ungrouped\+Function()}{ungroupedFunction()}}
+{\footnotesize\ttfamily void Memgrp\+\_\+\+Test\+::ungrouped\+Function (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})}
+
+
+
+Function without group.
+
+Details.
+
+The documentation for this class was generated from the following file\+:\begin{DoxyCompactItemize}
+\item
+\hyperlink{memgrp_8cpp}{memgrp.\+cpp}\end{DoxyCompactItemize}
diff --git a/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/doxygen.sty b/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/doxygen.sty
new file mode 100644
index 00000000..2510b410
--- /dev/null
+++ b/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/doxygen.sty
@@ -0,0 +1,500 @@
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{doxygen}
+
+% Packages used by this style file
+\RequirePackage{alltt}
+\RequirePackage{array}
+\RequirePackage{calc}
+\RequirePackage{float}
+\RequirePackage{ifthen}
+\RequirePackage{verbatim}
+\RequirePackage[table]{xcolor}
+\RequirePackage{longtable}
+\RequirePackage{tabu}
+\RequirePackage{tabularx}
+\RequirePackage{multirow}
+
+%---------- Internal commands used in this style file ----------------
+
+\newcommand{\ensurespace}[1]{%
+ \begingroup%
+ \setlength{\dimen@}{#1}%
+ \vskip\z@\@plus\dimen@%
+ \penalty -100\vskip\z@\@plus -\dimen@%
+ \vskip\dimen@%
+ \penalty 9999%
+ \vskip -\dimen@%
+ \vskip\z@skip% hide the previous |\vskip| from |\addvspace|
+ \endgroup%
+}
+
+\newcommand{\DoxyLabelFont}{}
+\newcommand{\entrylabel}[1]{%
+ {%
+ \parbox[b]{\labelwidth-4pt}{%
+ \makebox[0pt][l]{\DoxyLabelFont#1}%
+ \vspace{1.5\baselineskip}%
+ }%
+ }%
+}
+
+\newenvironment{DoxyDesc}[1]{%
+ \ensurespace{4\baselineskip}%
+ \begin{list}{}{%
+ \settowidth{\labelwidth}{20pt}%
+ \setlength{\parsep}{0pt}%
+ \setlength{\itemsep}{0pt}%
+ \setlength{\leftmargin}{\labelwidth+\labelsep}%
+ \renewcommand{\makelabel}{\entrylabel}%
+ }%
+ \item[#1]%
+}{%
+ \end{list}%
+}
+
+\newsavebox{\xrefbox}
+\newlength{\xreflength}
+\newcommand{\xreflabel}[1]{%
+ \sbox{\xrefbox}{#1}%
+ \setlength{\xreflength}{\wd\xrefbox}%
+ \ifthenelse{\xreflength>\labelwidth}{%
+ \begin{minipage}{\textwidth}%
+ \setlength{\parindent}{0pt}%
+ \hangindent=15pt\bfseries #1\vspace{1.2\itemsep}%
+ \end{minipage}%
+ }{%
+ \parbox[b]{\labelwidth}{\makebox[0pt][l]{\textbf{#1}}}%
+ }%
+}
+
+%---------- Commands used by doxygen LaTeX output generator ----------
+
+% Used by <pre> ... </pre>
+\newenvironment{DoxyPre}{%
+ \small%
+ \begin{alltt}%
+}{%
+ \end{alltt}%
+ \normalsize%
+}
+
+% Used by @code ... @endcode
+\newenvironment{DoxyCode}{%
+ \par%
+ \scriptsize%
+ \begin{alltt}%
+}{%
+ \end{alltt}%
+ \normalsize%
+}
+
+% Used by @example, @include, @includelineno and @dontinclude
+\newenvironment{DoxyCodeInclude}{%
+ \DoxyCode%
+}{%
+ \endDoxyCode%
+}
+
+% Used by @verbatim ... @endverbatim
+\newenvironment{DoxyVerb}{%
+ \footnotesize%
+ \verbatim%
+}{%
+ \endverbatim%
+ \normalsize%
+}
+
+% Used by @verbinclude
+\newenvironment{DoxyVerbInclude}{%
+ \DoxyVerb%
+}{%
+ \endDoxyVerb%
+}
+
+% Used by numbered lists (using '-#' or <ol> ... </ol>)
+\newenvironment{DoxyEnumerate}{%
+ \enumerate%
+}{%
+ \endenumerate%
+}
+
+% Used by bullet lists (using '-', @li, @arg, or <ul> ... </ul>)
+\newenvironment{DoxyItemize}{%
+ \itemize%
+}{%
+ \enditemize%
+}
+
+% Used by description lists (using <dl> ... </dl>)
+\newenvironment{DoxyDescription}{%
+ \description%
+}{%
+ \enddescription%
+}
+
+% Used by @image, @dotfile, @dot ... @enddot, and @msc ... @endmsc
+% (only if caption is specified)
+\newenvironment{DoxyImage}{%
+ \begin{figure}[H]%
+ \begin{center}%
+}{%
+ \end{center}%
+ \end{figure}%
+}
+
+% Used by @image, @dotfile, @dot ... @enddot, and @msc ... @endmsc
+% (only if no caption is specified)
+\newenvironment{DoxyImageNoCaption}{%
+ \begin{center}%
+}{%
+ \end{center}%
+}
+
+% Used by @attention
+\newenvironment{DoxyAttention}[1]{%
+ \begin{DoxyDesc}{#1}%
+}{%
+ \end{DoxyDesc}%
+}
+
+% Used by @author and @authors
+\newenvironment{DoxyAuthor}[1]{%
+ \begin{DoxyDesc}{#1}%
+}{%
+ \end{DoxyDesc}%
+}
+
+% Used by @date
+\newenvironment{DoxyDate}[1]{%
+ \begin{DoxyDesc}{#1}%
+}{%
+ \end{DoxyDesc}%
+}
+
+% Used by @invariant
+\newenvironment{DoxyInvariant}[1]{%
+ \begin{DoxyDesc}{#1}%
+}{%
+ \end{DoxyDesc}%
+}
+
+% Used by @note
+\newenvironment{DoxyNote}[1]{%
+ \begin{DoxyDesc}{#1}%
+}{%
+ \end{DoxyDesc}%
+}
+
+% Used by @post
+\newenvironment{DoxyPostcond}[1]{%
+ \begin{DoxyDesc}{#1}%
+}{%
+ \end{DoxyDesc}%
+}
+
+% Used by @pre
+\newenvironment{DoxyPrecond}[1]{%
+ \begin{DoxyDesc}{#1}%
+}{%
+ \end{DoxyDesc}%
+}
+
+% Used by @copyright
+\newenvironment{DoxyCopyright}[1]{%
+ \begin{DoxyDesc}{#1}%
+}{%
+ \end{DoxyDesc}%
+}
+
+% Used by @remark
+\newenvironment{DoxyRemark}[1]{%
+ \begin{DoxyDesc}{#1}%
+}{%
+ \end{DoxyDesc}%
+}
+
+% Used by @return and @returns
+\newenvironment{DoxyReturn}[1]{%
+ \begin{DoxyDesc}{#1}%
+}{%
+ \end{DoxyDesc}%
+}
+
+% Used by @since
+\newenvironment{DoxySince}[1]{%
+ \begin{DoxyDesc}{#1}%
+}{%
+ \end{DoxyDesc}%
+}
+
+% Used by @see
+\newenvironment{DoxySeeAlso}[1]{%
+ \begin{DoxyDesc}{#1}%
+}{%
+ \end{DoxyDesc}%
+}
+
+% Used by @version
+\newenvironment{DoxyVersion}[1]{%
+ \begin{DoxyDesc}{#1}%
+}{%
+ \end{DoxyDesc}%
+}
+
+% Used by @warning
+\newenvironment{DoxyWarning}[1]{%
+ \begin{DoxyDesc}{#1}%
+}{%
+ \end{DoxyDesc}%
+}
+
+% Used by @internal
+\newenvironment{DoxyInternal}[1]{%
+ \paragraph*{#1}%
+}{%
+}
+
+% Used by @par and @paragraph
+\newenvironment{DoxyParagraph}[1]{%
+ \begin{list}{}{%
+ \settowidth{\labelwidth}{40pt}%
+ \setlength{\leftmargin}{\labelwidth}%
+ \setlength{\parsep}{0pt}%
+ \setlength{\itemsep}{-4pt}%
+ \renewcommand{\makelabel}{\entrylabel}%
+ }%
+ \item[#1]%
+}{%
+ \end{list}%
+}
+
+% Used by parameter lists
+\newenvironment{DoxyParams}[2][]{%
+ \tabulinesep=1mm%
+ \par%
+ \ifthenelse{\equal{#1}{}}%
+ {\begin{longtabu} spread 0pt [l]{|X[-1,l]|X[-1,l]|}}% name + description
+ {\ifthenelse{\equal{#1}{1}}%
+ {\begin{longtabu} spread 0pt [l]{|X[-1,l]|X[-1,l]|X[-1,l]|}}% in/out + name + desc
+ {\begin{longtabu} spread 0pt [l]{|X[-1,l]|X[-1,l]|X[-1,l]|X[-1,l]|}}% in/out + type + name + desc
+ }
+ \multicolumn{2}{l}{\hspace{-6pt}\bfseries\fontseries{bc}\selectfont\color{darkgray} #2}\\[1ex]%
+ \hline%
+ \endfirsthead%
+ \multicolumn{2}{l}{\hspace{-6pt}\bfseries\fontseries{bc}\selectfont\color{darkgray} #2}\\[1ex]%
+ \hline%
+ \endhead%
+}{%
+ \end{longtabu}%
+ \vspace{6pt}%
+}
+
+% Used for fields of simple structs
+\newenvironment{DoxyFields}[1]{%
+ \tabulinesep=1mm%
+ \par%
+ \begin{longtabu} spread 0pt [l]{|X[-1,r]|X[-1,l]|X[-1,l]|}%
+ \multicolumn{3}{l}{\hspace{-6pt}\bfseries\fontseries{bc}\selectfont\color{darkgray} #1}\\[1ex]%
+ \hline%
+ \endfirsthead%
+ \multicolumn{3}{l}{\hspace{-6pt}\bfseries\fontseries{bc}\selectfont\color{darkgray} #1}\\[1ex]%
+ \hline%
+ \endhead%
+}{%
+ \end{longtabu}%
+ \vspace{6pt}%
+}
+
+% Used for fields simple class style enums
+\newenvironment{DoxyEnumFields}[1]{%
+ \tabulinesep=1mm%
+ \par%
+ \begin{longtabu} spread 0pt [l]{|X[-1,r]|X[-1,l]|}%
+ \multicolumn{2}{l}{\hspace{-6pt}\bfseries\fontseries{bc}\selectfont\color{darkgray} #1}\\[1ex]%
+ \hline%
+ \endfirsthead%
+ \multicolumn{2}{l}{\hspace{-6pt}\bfseries\fontseries{bc}\selectfont\color{darkgray} #1}\\[1ex]%
+ \hline%
+ \endhead%
+}{%
+ \end{longtabu}%
+ \vspace{6pt}%
+}
+
+% Used for parameters within a detailed function description
+\newenvironment{DoxyParamCaption}{%
+ \renewcommand{\item}[2][]{\\ \hspace*{2.0cm} ##1 {\em ##2}}%
+}{%
+}
+
+% Used by return value lists
+\newenvironment{DoxyRetVals}[1]{%
+ \tabulinesep=1mm%
+ \par%
+ \begin{longtabu} spread 0pt [l]{|X[-1,r]|X[-1,l]|}%
+ \multicolumn{2}{l}{\hspace{-6pt}\bfseries\fontseries{bc}\selectfont\color{darkgray} #1}\\[1ex]%
+ \hline%
+ \endfirsthead%
+ \multicolumn{2}{l}{\hspace{-6pt}\bfseries\fontseries{bc}\selectfont\color{darkgray} #1}\\[1ex]%
+ \hline%
+ \endhead%
+}{%
+ \end{longtabu}%
+ \vspace{6pt}%
+}
+
+% Used by exception lists
+\newenvironment{DoxyExceptions}[1]{%
+ \tabulinesep=1mm%
+ \par%
+ \begin{longtabu} spread 0pt [l]{|X[-1,r]|X[-1,l]|}%
+ \multicolumn{2}{l}{\hspace{-6pt}\bfseries\fontseries{bc}\selectfont\color{darkgray} #1}\\[1ex]%
+ \hline%
+ \endfirsthead%
+ \multicolumn{2}{l}{\hspace{-6pt}\bfseries\fontseries{bc}\selectfont\color{darkgray} #1}\\[1ex]%
+ \hline%
+ \endhead%
+}{%
+ \end{longtabu}%
+ \vspace{6pt}%
+}
+
+% Used by template parameter lists
+\newenvironment{DoxyTemplParams}[1]{%
+ \tabulinesep=1mm%
+ \par%
+ \begin{longtabu} spread 0pt [l]{|X[-1,r]|X[-1,l]|}%
+ \multicolumn{2}{l}{\hspace{-6pt}\bfseries\fontseries{bc}\selectfont\color{darkgray} #1}\\[1ex]%
+ \hline%
+ \endfirsthead%
+ \multicolumn{2}{l}{\hspace{-6pt}\bfseries\fontseries{bc}\selectfont\color{darkgray} #1}\\[1ex]%
+ \hline%
+ \endhead%
+}{%
+ \end{longtabu}%
+ \vspace{6pt}%
+}
+
+% Used for member lists
+\newenvironment{DoxyCompactItemize}{%
+ \begin{itemize}%
+ \setlength{\itemsep}{-3pt}%
+ \setlength{\parsep}{0pt}%
+ \setlength{\topsep}{0pt}%
+ \setlength{\partopsep}{0pt}%
+}{%
+ \end{itemize}%
+}
+
+% Used for member descriptions
+\newenvironment{DoxyCompactList}{%
+ \begin{list}{}{%
+ \setlength{\leftmargin}{0.5cm}%
+ \setlength{\itemsep}{0pt}%
+ \setlength{\parsep}{0pt}%
+ \setlength{\topsep}{0pt}%
+ \renewcommand{\makelabel}{\hfill}%
+ }%
+}{%
+ \end{list}%
+}
+
+% Used for reference lists (@bug, @deprecated, @todo, etc.)
+\newenvironment{DoxyRefList}{%
+ \begin{list}{}{%
+ \setlength{\labelwidth}{10pt}%
+ \setlength{\leftmargin}{\labelwidth}%
+ \addtolength{\leftmargin}{\labelsep}%
+ \renewcommand{\makelabel}{\xreflabel}%
+ }%
+}{%
+ \end{list}%
+}
+
+% Used by @bug, @deprecated, @todo, etc.
+\newenvironment{DoxyRefDesc}[1]{%
+ \begin{list}{}{%
+ \renewcommand\makelabel[1]{\textbf{##1}}%
+ \settowidth\labelwidth{\makelabel{#1}}%
+ \setlength\leftmargin{\labelwidth+\labelsep}%
+ }%
+}{%
+ \end{list}%
+}
+
+% Used by parameter lists and simple sections
+\newenvironment{Desc}
+{\begin{list}{}{%
+ \settowidth{\labelwidth}{20pt}%
+ \setlength{\parsep}{0pt}%
+ \setlength{\itemsep}{0pt}%
+ \setlength{\leftmargin}{\labelwidth+\labelsep}%
+ \renewcommand{\makelabel}{\entrylabel}%
+ }
+}{%
+ \end{list}%
+}
+
+% Used by tables
+\newcommand{\PBS}[1]{\let\temp=\\#1\let\\=\temp}%
+\newenvironment{TabularC}[1]%
+{\tabulinesep=1mm
+\begin{longtabu} spread 0pt [c]{*#1{|X[-1]}|}}%
+{\end{longtabu}\par}%
+
+\newenvironment{TabularNC}[1]%
+{\begin{tabu} spread 0pt [l]{*#1{|X[-1]}|}}%
+{\end{tabu}\par}%
+
+% Used for member group headers
+\newenvironment{Indent}{%
+ \begin{list}{}{%
+ \setlength{\leftmargin}{0.5cm}%
+ }%
+ \item[]\ignorespaces%
+}{%
+ \unskip%
+ \end{list}%
+}
+
+% Used when hyperlinks are turned off
+\newcommand{\doxyref}[3]{%
+ \textbf{#1} (\textnormal{#2}\,\pageref{#3})%
+}
+
+% Used to link to a table when hyperlinks are turned on
+\newcommand{\doxytablelink}[2]{%
+ \ref{#1}%
+}
+
+% Used to link to a table when hyperlinks are turned off
+\newcommand{\doxytableref}[3]{%
+ \ref{#3}%
+}
+
+% Used by @addindex
+\newcommand{\lcurly}{\{}
+\newcommand{\rcurly}{\}}
+
+% Colors used for syntax highlighting
+\definecolor{comment}{rgb}{0.5,0.0,0.0}
+\definecolor{keyword}{rgb}{0.0,0.5,0.0}
+\definecolor{keywordtype}{rgb}{0.38,0.25,0.125}
+\definecolor{keywordflow}{rgb}{0.88,0.5,0.0}
+\definecolor{preprocessor}{rgb}{0.5,0.38,0.125}
+\definecolor{stringliteral}{rgb}{0.0,0.125,0.25}
+\definecolor{charliteral}{rgb}{0.0,0.5,0.5}
+\definecolor{vhdldigit}{rgb}{1.0,0.0,1.0}
+\definecolor{vhdlkeyword}{rgb}{0.43,0.0,0.43}
+\definecolor{vhdllogic}{rgb}{1.0,0.0,0.0}
+\definecolor{vhdlchar}{rgb}{0.0,0.0,0.0}
+
+% Color used for table heading
+\newcommand{\tableheadbgcolor}{lightgray}%
+
+% Define caption that is also suitable in a table
+\makeatletter
+\def\doxyfigcaption{%
+\refstepcounter{figure}%
+\@dblarg{\@caption{figure}}}
+\makeatother
diff --git a/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/files.tex b/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/files.tex
new file mode 100644
index 00000000..b1c4dd52
--- /dev/null
+++ b/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/files.tex
@@ -0,0 +1,4 @@
+\subsection{File List}
+Here is a list of all documented files with brief descriptions\+:\begin{DoxyCompactList}
+\item\contentsline{section}{\hyperlink{memgrp_8cpp}{memgrp.\+cpp} }{\pageref{memgrp_8cpp}}{}
+\end{DoxyCompactList}
diff --git a/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/memgrp_8cpp.tex b/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/memgrp_8cpp.tex
new file mode 100644
index 00000000..26d8c903
--- /dev/null
+++ b/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/memgrp_8cpp.tex
@@ -0,0 +1,43 @@
+\hypertarget{memgrp_8cpp}{}\subsection{memgrp.\+cpp File Reference}
+\label{memgrp_8cpp}\index{memgrp.\+cpp@{memgrp.\+cpp}}
+\subsubsection*{Classes}
+\begin{DoxyCompactItemize}
+\item
+class \hyperlink{class_memgrp___test}{Memgrp\+\_\+\+Test}
+\begin{DoxyCompactList}\small\item\em A class. \end{DoxyCompactList}\end{DoxyCompactItemize}
+\begin{DoxyCompactItemize}
+\item
+\#define \hyperlink{memgrp_8cpp_a955f504eccf76b4eb2489c0adab03121}{A}~1
+\item
+\#define \hyperlink{memgrp_8cpp_a111da81ae5883147168bbb8366377b10}{B}~2
+\item
+void \hyperlink{memgrp_8cpp_a36cb413747454fcdba9dd7b8f972fcf3}{glob\+\_\+func} ()
+\end{DoxyCompactItemize}
+
+
+\subsubsection{Detailed Description}
+docs for this file
+
+\subsubsection{Macro Definition Documentation}
+\hypertarget{memgrp_8cpp_a955f504eccf76b4eb2489c0adab03121}{}\label{memgrp_8cpp_a955f504eccf76b4eb2489c0adab03121}
+\index{memgrp.\+cpp@{memgrp.\+cpp}!A@{A}}
+\index{A@{A}!memgrp.\+cpp@{memgrp.\+cpp}}
+\paragraph{\texorpdfstring{A}{A}}
+{\footnotesize\ttfamily \#define A~1}
+
+one description for all members of this group (because D\+I\+S\+T\+R\+I\+B\+U\+T\+E\+\_\+\+G\+R\+O\+U\+P\+\_\+\+D\+OC is Y\+ES in the config file) \hypertarget{memgrp_8cpp_a111da81ae5883147168bbb8366377b10}{}\label{memgrp_8cpp_a111da81ae5883147168bbb8366377b10}
+\index{memgrp.\+cpp@{memgrp.\+cpp}!B@{B}}
+\index{B@{B}!memgrp.\+cpp@{memgrp.\+cpp}}
+\paragraph{\texorpdfstring{B}{B}}
+{\footnotesize\ttfamily \#define B~2}
+
+one description for all members of this group (because D\+I\+S\+T\+R\+I\+B\+U\+T\+E\+\_\+\+G\+R\+O\+U\+P\+\_\+\+D\+OC is Y\+ES in the config file)
+
+\subsubsection{Function Documentation}
+\hypertarget{memgrp_8cpp_a36cb413747454fcdba9dd7b8f972fcf3}{}\label{memgrp_8cpp_a36cb413747454fcdba9dd7b8f972fcf3}
+\index{memgrp.\+cpp@{memgrp.\+cpp}!glob\+\_\+func@{glob\+\_\+func}}
+\index{glob\+\_\+func@{glob\+\_\+func}!memgrp.\+cpp@{memgrp.\+cpp}}
+\paragraph{\texorpdfstring{glob\+\_\+func()}{glob\_func()}}
+{\footnotesize\ttfamily void glob\+\_\+func (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})}
+
+one description for all members of this group (because D\+I\+S\+T\+R\+I\+B\+U\+T\+E\+\_\+\+G\+R\+O\+U\+P\+\_\+\+D\+OC is Y\+ES in the config file) \ No newline at end of file
diff --git a/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/refman.tex b/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/refman.tex
new file mode 100644
index 00000000..5d983c2b
--- /dev/null
+++ b/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/refman.tex
@@ -0,0 +1,149 @@
+\documentclass[twoside]{article}
+
+% Packages required by doxygen
+\usepackage{fixltx2e}
+\usepackage{calc}
+\usepackage{doxygen}
+\usepackage[export]{adjustbox} % also loads graphicx
+\usepackage{graphicx}
+\usepackage[utf8]{inputenc}
+\usepackage{makeidx}
+\usepackage{multicol}
+\usepackage{multirow}
+\PassOptionsToPackage{warn}{textcomp}
+\usepackage{textcomp}
+\usepackage[nointegrals]{wasysym}
+\usepackage[table]{xcolor}
+
+% Font selection
+\usepackage[T1]{fontenc}
+\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}{3ex plus 2ex minus 2ex}
+\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 by Doxygen }}
+\fancyfoot[LO]{\fancyplain{}{\bfseries\scriptsize Generated by Doxygen }}
+\fancyfoot[CO]{\fancyplain{}{}}
+\fancyfoot[RO]{\fancyplain{}{}}
+\renewcommand{\footrulewidth}{0.4pt}
+\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}%
+}
+
+\usepackage{caption}
+\captionsetup{labelsep=space,justification=centering,font={bf},singlelinecheck=off,skip=4pt,position=top}
+
+%===== C O N T E N T S =====
+
+\begin{document}
+
+% Titlepage & ToC
+\hypersetup{pageanchor=false,
+ bookmarksnumbered=true,
+ pdfencoding=unicode
+ }
+\pagenumbering{alph}
+\begin{titlepage}
+\vspace*{7cm}
+\begin{center}%
+{\Large Member Grouping }\\
+\vspace*{1cm}
+{\large Generated by Doxygen 1.8.12}\\
+\end{center}
+\end{titlepage}
+\pagenumbering{roman}
+\tableofcontents
+\pagenumbering{arabic}
+\hypersetup{pageanchor=true}
+
+%--- Begin generated contents ---
+\section{Class Documentation}
+\input{class_memgrp___test}
+\section{File Documentation}
+\input{memgrp_8cpp}
+%--- End generated contents ---
+
+% Index
+\newpage
+\phantomsection
+\clearemptydoublepage
+\addcontentsline{toc}{section}{Index}
+\printindex
+
+\end{document}
diff --git a/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/refman_doc.tex b/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/refman_doc.tex
new file mode 100644
index 00000000..504a0367
--- /dev/null
+++ b/vnfs/VES5.0/doxygen-1.8.12/html/examples/memgrp/latex/refman_doc.tex
@@ -0,0 +1,4 @@
+\section{Class Documentation}
+\input{class_memgrp___test}
+\section{File Documentation}
+\input{memgrp_8cpp}