diff options
Diffstat (limited to 'vnfs/VES5.0/doxygen-1.8.12/html/examples/jdstyle/latex')
6 files changed, 868 insertions, 0 deletions
diff --git a/vnfs/VES5.0/doxygen-1.8.12/html/examples/jdstyle/latex/Makefile b/vnfs/VES5.0/doxygen-1.8.12/html/examples/jdstyle/latex/Makefile new file mode 100644 index 00000000..8cc3866f --- /dev/null +++ b/vnfs/VES5.0/doxygen-1.8.12/html/examples/jdstyle/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/jdstyle/latex/annotated.tex b/vnfs/VES5.0/doxygen-1.8.12/html/examples/jdstyle/latex/annotated.tex new file mode 100644 index 00000000..4737c479 --- /dev/null +++ b/vnfs/VES5.0/doxygen-1.8.12/html/examples/jdstyle/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_javadoc___test}{Javadoc\+\_\+\+Test} \\*A test class }{\pageref{class_javadoc___test}}{} +\end{DoxyCompactList} diff --git a/vnfs/VES5.0/doxygen-1.8.12/html/examples/jdstyle/latex/class_javadoc___test.tex b/vnfs/VES5.0/doxygen-1.8.12/html/examples/jdstyle/latex/class_javadoc___test.tex new file mode 100644 index 00000000..4e81fb87 --- /dev/null +++ b/vnfs/VES5.0/doxygen-1.8.12/html/examples/jdstyle/latex/class_javadoc___test.tex @@ -0,0 +1,194 @@ +\hypertarget{class_javadoc___test}{}\subsection{Javadoc\+\_\+\+Test Class Reference} +\label{class_javadoc___test}\index{Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}} + + +A test class. + + +\subsubsection*{Public Types} +\begin{DoxyCompactItemize} +\item +enum \hyperlink{class_javadoc___test_ae37fd1cbf1af522674cbd33873b786a6}{T\+Enum} \{ \hyperlink{class_javadoc___test_ae37fd1cbf1af522674cbd33873b786a6a90f0d8d4f07a79342261fb1c191af72b}{T\+Val1}, +\hyperlink{class_javadoc___test_ae37fd1cbf1af522674cbd33873b786a6a5954e696a652f442d7255af4e0d35d61}{T\+Val2}, +\hyperlink{class_javadoc___test_ae37fd1cbf1af522674cbd33873b786a6ab4a4dc16e1050c9604cf5c46a51e5a8e}{T\+Val3} + \}\begin{DoxyCompactList}\small\item\em An enum. \end{DoxyCompactList} +\end{DoxyCompactItemize} +\subsubsection*{Public Member Functions} +\begin{DoxyCompactItemize} +\item +\hyperlink{class_javadoc___test_a17313327932ae97596b0a455ba8342cc}{Javadoc\+\_\+\+Test} () +\begin{DoxyCompactList}\small\item\em A constructor. \end{DoxyCompactList}\item +\hyperlink{class_javadoc___test_a60016cd15a4ed82bbc35be79a0a6a6b5}{$\sim$\+Javadoc\+\_\+\+Test} () +\begin{DoxyCompactList}\small\item\em A destructor. \end{DoxyCompactList}\item +int \hyperlink{class_javadoc___test_a0c472683ed25ff096e8a9edfb18d550c}{test\+Me} (int a, const char $\ast$s) +\begin{DoxyCompactList}\small\item\em a normal member taking two arguments and returning an integer value. \end{DoxyCompactList}\item +virtual void \hyperlink{class_javadoc___test_ac2b39cabbe80957ae3e8bc2bd4e887f6}{test\+Me\+Too} (char c1, char c2)=0 +\begin{DoxyCompactList}\small\item\em A pure virtual member. \end{DoxyCompactList}\end{DoxyCompactItemize} +\subsubsection*{Public Attributes} +\begin{DoxyCompactItemize} +\item +enum \hyperlink{class_javadoc___test_ae37fd1cbf1af522674cbd33873b786a6}{Javadoc\+\_\+\+Test\+::\+T\+Enum} $\ast$ \hyperlink{class_javadoc___test_abcb36df9d8af3e69290c239ba483d6df}{enum\+Ptr} +\begin{DoxyCompactList}\small\item\em enum pointer. \end{DoxyCompactList}\item +enum \hyperlink{class_javadoc___test_ae37fd1cbf1af522674cbd33873b786a6}{Javadoc\+\_\+\+Test\+::\+T\+Enum} \hyperlink{class_javadoc___test_a689558649150237b53a5c8ed89c996c2}{enum\+Var} +\begin{DoxyCompactList}\small\item\em enum variable. \end{DoxyCompactList}\item +int \hyperlink{class_javadoc___test_a44a516fbc3a4865e2dcae34649c9df6a}{public\+Var} +\begin{DoxyCompactList}\small\item\em a public variable. \end{DoxyCompactList}\item +int($\ast$ \hyperlink{class_javadoc___test_ace81a523a4eef44501a841a6d338832b}{handler} )(int a, int b) +\begin{DoxyCompactList}\small\item\em a function variable. \end{DoxyCompactList}\end{DoxyCompactItemize} + + +\subsubsection{Detailed Description} +A test class. + +A more elaborate class description. + +\subsubsection{Member Enumeration Documentation} +\hypertarget{class_javadoc___test_ae37fd1cbf1af522674cbd33873b786a6}{}\label{class_javadoc___test_ae37fd1cbf1af522674cbd33873b786a6} +\index{Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}!T\+Enum@{T\+Enum}} +\index{T\+Enum@{T\+Enum}!Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}} +\paragraph{\texorpdfstring{T\+Enum}{TEnum}} +{\footnotesize\ttfamily enum \hyperlink{class_javadoc___test_ae37fd1cbf1af522674cbd33873b786a6}{Javadoc\+\_\+\+Test\+::\+T\+Enum}} + + + +An enum. + +More detailed enum description. \begin{DoxyEnumFields}{Enumerator} +\raisebox{\heightof{T}}[0pt][0pt]{\index{T\+Val1@{T\+Val1}!Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}}\index{Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}!T\+Val1@{T\+Val1}}}\hypertarget{class_javadoc___test_ae37fd1cbf1af522674cbd33873b786a6a90f0d8d4f07a79342261fb1c191af72b}{}\label{class_javadoc___test_ae37fd1cbf1af522674cbd33873b786a6a90f0d8d4f07a79342261fb1c191af72b} +T\+Val1&enum value T\+Val1. \\ +\hline + +\raisebox{\heightof{T}}[0pt][0pt]{\index{T\+Val2@{T\+Val2}!Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}}\index{Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}!T\+Val2@{T\+Val2}}}\hypertarget{class_javadoc___test_ae37fd1cbf1af522674cbd33873b786a6a5954e696a652f442d7255af4e0d35d61}{}\label{class_javadoc___test_ae37fd1cbf1af522674cbd33873b786a6a5954e696a652f442d7255af4e0d35d61} +T\+Val2&enum value T\+Val2. \\ +\hline + +\raisebox{\heightof{T}}[0pt][0pt]{\index{T\+Val3@{T\+Val3}!Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}}\index{Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}!T\+Val3@{T\+Val3}}}\hypertarget{class_javadoc___test_ae37fd1cbf1af522674cbd33873b786a6ab4a4dc16e1050c9604cf5c46a51e5a8e}{}\label{class_javadoc___test_ae37fd1cbf1af522674cbd33873b786a6ab4a4dc16e1050c9604cf5c46a51e5a8e} +T\+Val3&enum value T\+Val3. \\ +\hline + +\end{DoxyEnumFields} + + +\subsubsection{Constructor \& Destructor Documentation} +\hypertarget{class_javadoc___test_a17313327932ae97596b0a455ba8342cc}{}\label{class_javadoc___test_a17313327932ae97596b0a455ba8342cc} +\index{Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}!Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}} +\index{Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}!Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}} +\paragraph{\texorpdfstring{Javadoc\+\_\+\+Test()}{Javadoc\_Test()}} +{\footnotesize\ttfamily Javadoc\+\_\+\+Test\+::\+Javadoc\+\_\+\+Test (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})} + + + +A constructor. + +A more elaborate description of the constructor. \hypertarget{class_javadoc___test_a60016cd15a4ed82bbc35be79a0a6a6b5}{}\label{class_javadoc___test_a60016cd15a4ed82bbc35be79a0a6a6b5} +\index{Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}!````~Javadoc\+\_\+\+Test@{$\sim$\+Javadoc\+\_\+\+Test}} +\index{````~Javadoc\+\_\+\+Test@{$\sim$\+Javadoc\+\_\+\+Test}!Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}} +\paragraph{\texorpdfstring{$\sim$\+Javadoc\+\_\+\+Test()}{~Javadoc\_Test()}} +{\footnotesize\ttfamily Javadoc\+\_\+\+Test\+::$\sim$\+Javadoc\+\_\+\+Test (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})} + + + +A destructor. + +A more elaborate description of the destructor. + +\subsubsection{Member Function Documentation} +\hypertarget{class_javadoc___test_a0c472683ed25ff096e8a9edfb18d550c}{}\label{class_javadoc___test_a0c472683ed25ff096e8a9edfb18d550c} +\index{Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}!test\+Me@{test\+Me}} +\index{test\+Me@{test\+Me}!Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}} +\paragraph{\texorpdfstring{test\+Me()}{testMe()}} +{\footnotesize\ttfamily int Javadoc\+\_\+\+Test\+::test\+Me (\begin{DoxyParamCaption}\item[{int}]{a, }\item[{const char $\ast$}]{s }\end{DoxyParamCaption})} + + + +a normal member taking two arguments and returning an integer value. + + +\begin{DoxyParams}{Parameters} +{\em a} & an integer argument. \\ +\hline +{\em s} & a constant character pointer. \\ +\hline +\end{DoxyParams} +\begin{DoxySeeAlso}{See also} +\hyperlink{class_javadoc___test_a17313327932ae97596b0a455ba8342cc}{Javadoc\+\_\+\+Test()} + +\hyperlink{class_javadoc___test_a60016cd15a4ed82bbc35be79a0a6a6b5}{$\sim$\+Javadoc\+\_\+\+Test()} + +\hyperlink{class_javadoc___test_ac2b39cabbe80957ae3e8bc2bd4e887f6}{test\+Me\+Too()} + +\hyperlink{class_javadoc___test_a44a516fbc3a4865e2dcae34649c9df6a}{public\+Var()} +\end{DoxySeeAlso} +\begin{DoxyReturn}{Returns} +The test results +\end{DoxyReturn} +\hypertarget{class_javadoc___test_ac2b39cabbe80957ae3e8bc2bd4e887f6}{}\label{class_javadoc___test_ac2b39cabbe80957ae3e8bc2bd4e887f6} +\index{Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}!test\+Me\+Too@{test\+Me\+Too}} +\index{test\+Me\+Too@{test\+Me\+Too}!Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}} +\paragraph{\texorpdfstring{test\+Me\+Too()}{testMeToo()}} +{\footnotesize\ttfamily virtual void Javadoc\+\_\+\+Test\+::test\+Me\+Too (\begin{DoxyParamCaption}\item[{char}]{c1, }\item[{char}]{c2 }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [pure virtual]}} + + + +A pure virtual member. + +\begin{DoxySeeAlso}{See also} +\hyperlink{class_javadoc___test_a0c472683ed25ff096e8a9edfb18d550c}{test\+Me()} +\end{DoxySeeAlso} + +\begin{DoxyParams}{Parameters} +{\em c1} & the first argument. \\ +\hline +{\em c2} & the second argument. \\ +\hline +\end{DoxyParams} + + +\subsubsection{Member Data Documentation} +\hypertarget{class_javadoc___test_abcb36df9d8af3e69290c239ba483d6df}{}\label{class_javadoc___test_abcb36df9d8af3e69290c239ba483d6df} +\index{Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}!enum\+Ptr@{enum\+Ptr}} +\index{enum\+Ptr@{enum\+Ptr}!Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}} +\paragraph{\texorpdfstring{enum\+Ptr}{enumPtr}} +{\footnotesize\ttfamily enum \hyperlink{class_javadoc___test_ae37fd1cbf1af522674cbd33873b786a6}{Javadoc\+\_\+\+Test\+::\+T\+Enum} + $\ast$ Javadoc\+\_\+\+Test\+::enum\+Ptr} + + + +enum pointer. + +Details. \hypertarget{class_javadoc___test_a689558649150237b53a5c8ed89c996c2}{}\label{class_javadoc___test_a689558649150237b53a5c8ed89c996c2} +\index{Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}!enum\+Var@{enum\+Var}} +\index{enum\+Var@{enum\+Var}!Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}} +\paragraph{\texorpdfstring{enum\+Var}{enumVar}} +{\footnotesize\ttfamily enum \hyperlink{class_javadoc___test_ae37fd1cbf1af522674cbd33873b786a6}{Javadoc\+\_\+\+Test\+::\+T\+Enum} + Javadoc\+\_\+\+Test\+::enum\+Var} + + + +enum variable. + +Details. \hypertarget{class_javadoc___test_ace81a523a4eef44501a841a6d338832b}{}\label{class_javadoc___test_ace81a523a4eef44501a841a6d338832b} +\index{Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}!handler@{handler}} +\index{handler@{handler}!Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}} +\paragraph{\texorpdfstring{handler}{handler}} +{\footnotesize\ttfamily int($\ast$ Javadoc\+\_\+\+Test\+::handler) (int a, int b)} + + + +a function variable. + +Details. \hypertarget{class_javadoc___test_a44a516fbc3a4865e2dcae34649c9df6a}{}\label{class_javadoc___test_a44a516fbc3a4865e2dcae34649c9df6a} +\index{Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}!public\+Var@{public\+Var}} +\index{public\+Var@{public\+Var}!Javadoc\+\_\+\+Test@{Javadoc\+\_\+\+Test}} +\paragraph{\texorpdfstring{public\+Var}{publicVar}} +{\footnotesize\ttfamily int Javadoc\+\_\+\+Test\+::public\+Var} + + + +a public variable. + +Details. + +The documentation for this class was generated from the following file\+:\begin{DoxyCompactItemize} +\item +jdstyle.\+cpp\end{DoxyCompactItemize} diff --git a/vnfs/VES5.0/doxygen-1.8.12/html/examples/jdstyle/latex/doxygen.sty b/vnfs/VES5.0/doxygen-1.8.12/html/examples/jdstyle/latex/doxygen.sty new file mode 100644 index 00000000..2510b410 --- /dev/null +++ b/vnfs/VES5.0/doxygen-1.8.12/html/examples/jdstyle/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/jdstyle/latex/refman.tex b/vnfs/VES5.0/doxygen-1.8.12/html/examples/jdstyle/latex/refman.tex new file mode 100644 index 00000000..f4a233eb --- /dev/null +++ b/vnfs/VES5.0/doxygen-1.8.12/html/examples/jdstyle/latex/refman.tex @@ -0,0 +1,147 @@ +\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 Java\+Doc Style }\\ +\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_javadoc___test} +%--- 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/jdstyle/latex/refman_doc.tex b/vnfs/VES5.0/doxygen-1.8.12/html/examples/jdstyle/latex/refman_doc.tex new file mode 100644 index 00000000..23471ae5 --- /dev/null +++ b/vnfs/VES5.0/doxygen-1.8.12/html/examples/jdstyle/latex/refman_doc.tex @@ -0,0 +1,2 @@ +\section{Class Documentation} +\input{class_javadoc___test} |