diff options
Diffstat (limited to 'VES5.0/doxygen-1.8.12/html/examples/define/html/define_8h_source.html')
-rw-r--r-- | VES5.0/doxygen-1.8.12/html/examples/define/html/define_8h_source.html | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/VES5.0/doxygen-1.8.12/html/examples/define/html/define_8h_source.html b/VES5.0/doxygen-1.8.12/html/examples/define/html/define_8h_source.html deleted file mode 100644 index e338988b..00000000 --- a/VES5.0/doxygen-1.8.12/html/examples/define/html/define_8h_source.html +++ /dev/null @@ -1,52 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> -<meta http-equiv="X-UA-Compatible" content="IE=9"/> -<meta name="generator" content="Doxygen 1.8.12"/> -<meta name="viewport" content="width=device-width, initial-scale=1"/> -<title>Define Command: define.h Source File</title> -<link href="tabs.css" rel="stylesheet" type="text/css"/> -<script type="text/javascript" src="jquery.js"></script> -<script type="text/javascript" src="dynsections.js"></script> -<link href="doxygen.css" rel="stylesheet" type="text/css" /> -</head> -<body> -<div id="top"><!-- do not remove this div, it is closed by doxygen! --> -<div id="titlearea"> -<table cellspacing="0" cellpadding="0"> - <tbody> - <tr style="height: 56px;"> - <td id="projectalign" style="padding-left: 0.5em;"> - <div id="projectname">Define Command - </div> - </td> - </tr> - </tbody> -</table> -</div> -<!-- end header part --> -<!-- Generated by Doxygen 1.8.12 --> -<script type="text/javascript" src="menudata.js"></script> -<script type="text/javascript" src="menu.js"></script> -<script type="text/javascript"> -$(function() { - initMenu('',false,false,'search.php','Search'); -}); -</script> -<div id="main-nav"></div> -</div><!-- top --> -<div class="header"> - <div class="headertitle"> -<div class="title">define.h</div> </div> -</div><!--header--> -<div class="contents"> -<a href="define_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*! \file define.h</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> \brief testing defines</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> </span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> This is to test the documentation of defines.</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">*/</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"></span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">/*!</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> \def MAX(x,y)</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> Computes the maximum of \a x and \a y.</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">*/</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"></span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment">/*! </span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> Computes the absolute value of its argument \a x.</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment">*/</span></div><div class="line"><a name="l00015"></a><span class="lineno"><a class="line" href="define_8h.html#a996f7be338ccb40d1a2a5abc1ad61759"> 15</a></span> <span class="preprocessor">#define ABS(x) (((x)>0)?(x):-(x))</span></div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="define_8h.html#aacc3ee1a7f283f8ef65cea31f4436a95"> 16</a></span> <span class="preprocessor">#define MAX(x,y) ((x)>(y)?(x):(y))</span></div><div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="define_8h.html#a74e75242132eaabbc1c512488a135926"> 17</a></span> <span class="preprocessor">#define MIN(x,y) ((x)>(y)?(y):(x)) </span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> /*!< Computes the minimum of \a x and \a y. */</span></div></div><!-- fragment --></div><!-- contents --> -<!-- start footer part --> -<hr class="footer"/><address class="footer"><small> -Generated by  <a href="http://www.doxygen.org/index.html"> -<img class="footer" src="doxygen.png" alt="doxygen"/> -</a> 1.8.12 -</small></address> -</body> -</html> |