diff options
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 |