diff options
author | gokuls <goksing@gmail.com> | 2017-05-17 21:52:10 -0700 |
---|---|---|
committer | gokuls <goksing@gmail.com> | 2017-05-17 22:00:58 -0700 |
commit | 6c98a31b980d1d6cbbc9aeb2064d3f1c2252c3da (patch) | |
tree | ae79fd4a40dc9538100c2c3748f9025deda65a76 /VES5.0/doxygen-1.8.12/html/examples/define/latex/define_8h.tex | |
parent | 0e6ed6d79983a9726ff6fe699d921356c4c5cc2f (diff) |
VES5.0 development changes not for test
Change-Id: Ib44b38d24e8c841c1a85aaf82265b10f3d387b0c
Signed-off-by: Gokul Singaraju <goksing@gmail.com>
Diffstat (limited to 'VES5.0/doxygen-1.8.12/html/examples/define/latex/define_8h.tex')
-rw-r--r-- | VES5.0/doxygen-1.8.12/html/examples/define/latex/define_8h.tex | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/VES5.0/doxygen-1.8.12/html/examples/define/latex/define_8h.tex b/VES5.0/doxygen-1.8.12/html/examples/define/latex/define_8h.tex new file mode 100644 index 00000000..e8e33073 --- /dev/null +++ b/VES5.0/doxygen-1.8.12/html/examples/define/latex/define_8h.tex @@ -0,0 +1,43 @@ +\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 |