aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/doxygen-1.8.12/html/examples/define/latex/define_8h.tex
diff options
context:
space:
mode:
authorgokuls <goksing@gmail.com>2017-06-08 23:31:58 -0400
committergokuls <goksing@gmail.com>2017-06-08 23:33:50 -0400
commit4d6ce277921f99c440ebcd1796b4d6447af36f3b (patch)
treebdf38ebf310710908bc91e130e496b2471865ad0 /vnfs/VES5.0/doxygen-1.8.12/html/examples/define/latex/define_8h.tex
parentd01dc36ebf5dc8869da816379e59ff3a0a4749d2 (diff)
Cleanup code and correct License
Change-Id: I5f1b07772c08d098e44f5e5b987c2dea9e115465 Signed-off-by: Gokul Singaraju <goksing@gmail.com>
Diffstat (limited to 'vnfs/VES5.0/doxygen-1.8.12/html/examples/define/latex/define_8h.tex')
-rw-r--r--vnfs/VES5.0/doxygen-1.8.12/html/examples/define/latex/define_8h.tex43
1 files changed, 0 insertions, 43 deletions
diff --git a/vnfs/VES5.0/doxygen-1.8.12/html/examples/define/latex/define_8h.tex b/vnfs/VES5.0/doxygen-1.8.12/html/examples/define/latex/define_8h.tex
deleted file mode 100644
index e8e33073..00000000
--- a/vnfs/VES5.0/doxygen-1.8.12/html/examples/define/latex/define_8h.tex
+++ /dev/null
@@ -1,43 +0,0 @@
-\hypertarget{define_8h}{}\subsection{define.\+h File Reference}
-\label{define_8h}\index{define.\+h@{define.\+h}}
-
-
-testing defines
-
-
-\subsubsection*{Macros}
-\begin{DoxyCompactItemize}
-\item
-\#define \hyperlink{define_8h_a996f7be338ccb40d1a2a5abc1ad61759}{A\+BS}(x)~(((x)$>$0)?(x)\+:-\/(x))
-\item
-\#define \hyperlink{define_8h_aacc3ee1a7f283f8ef65cea31f4436a95}{M\+AX}(x, y)~((x)$>$(y)?(x)\+:(y))
-\item
-\#define \hyperlink{define_8h_a74e75242132eaabbc1c512488a135926}{M\+IN}(x, y)~((x)$>$(y)?(y)\+:(x))
-\end{DoxyCompactItemize}
-
-
-\subsubsection{Detailed Description}
-testing defines
-
-This is to test the documentation of defines.
-
-\subsubsection{Macro Definition Documentation}
-\hypertarget{define_8h_a996f7be338ccb40d1a2a5abc1ad61759}{}\label{define_8h_a996f7be338ccb40d1a2a5abc1ad61759}
-\index{define.\+h@{define.\+h}!A\+BS@{A\+BS}}
-\index{A\+BS@{A\+BS}!define.\+h@{define.\+h}}
-\paragraph{\texorpdfstring{A\+BS}{ABS}}
-{\footnotesize\ttfamily \#define A\+BS(\begin{DoxyParamCaption}\item[{}]{x }\end{DoxyParamCaption})~(((x)$>$0)?(x)\+:-\/(x))}
-
-Computes the absolute value of its argument {\itshape x}. \hypertarget{define_8h_aacc3ee1a7f283f8ef65cea31f4436a95}{}\label{define_8h_aacc3ee1a7f283f8ef65cea31f4436a95}
-\index{define.\+h@{define.\+h}!M\+AX@{M\+AX}}
-\index{M\+AX@{M\+AX}!define.\+h@{define.\+h}}
-\paragraph{\texorpdfstring{M\+AX}{MAX}}
-{\footnotesize\ttfamily \#define M\+AX(\begin{DoxyParamCaption}\item[{}]{x, }\item[{}]{y }\end{DoxyParamCaption})~((x)$>$(y)?(x)\+:(y))}
-
-Computes the maximum of {\itshape x} and {\itshape y}. \hypertarget{define_8h_a74e75242132eaabbc1c512488a135926}{}\label{define_8h_a74e75242132eaabbc1c512488a135926}
-\index{define.\+h@{define.\+h}!M\+IN@{M\+IN}}
-\index{M\+IN@{M\+IN}!define.\+h@{define.\+h}}
-\paragraph{\texorpdfstring{M\+IN}{MIN}}
-{\footnotesize\ttfamily \#define M\+IN(\begin{DoxyParamCaption}\item[{}]{x, }\item[{}]{y }\end{DoxyParamCaption})~((x)$>$(y)?(y)\+:(x))}
-
-Computes the minimum of {\itshape x} and {\itshape y}. \ No newline at end of file