Show
Ignore:
Timestamp:
08/16/09 18:14:04 (15 years ago)
Author:
smidl
Message:

Documentation regenerated

Files:
1 copied

Legend:

Unmodified
Added
Removed
  • library/doc/html/ReportAssert_8h-source.html

    r472 r538  
    11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
    22<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 
    3 <title>mixpp: arx_test.cpp File Reference</title> 
     3<title>mixpp: ReportAssert.h Source File</title> 
    44<link href="tabs.css" rel="stylesheet" type="text/css"> 
    55<link href="doxygen.css" rel="stylesheet" type="text/css"> 
    66</head><body> 
    7 <!-- Generated by Doxygen 1.5.9 --> 
     7<!-- Generated by Doxygen 1.5.8 --> 
    88<script type="text/javascript"> 
    99<!-- 
     
    6262    </ul> 
    6363  </div> 
    64 </div> 
    65 <div class="contents"> 
    66 <h1>arx_test.cpp File Reference</h1>Test of basic elements of the ARX class.   
    67 <a href="#_details">More...</a> 
    68 <p> 
    69 <code>#include &quot;<a class="el" href="arx_8h_source.html">estim/arx.h</a>&quot;</code><br> 
    70 <table border="0" cellpadding="0" cellspacing="0"> 
    71 <tr><td></td></tr> 
    72 <tr><td colspan="2"><br><h2>Functions</h2></td></tr> 
    73 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e66f6b31b5ad750f1fe042a706a4e3d4"></a><!-- doxytag: member="arx_test.cpp::main" ref="e66f6b31b5ad750f1fe042a706a4e3d4" args="()" --> 
    74 int&nbsp;</td><td class="memItemRight" valign="bottom"><b>main</b> ()</td></tr> 
    75  
    76 </table> 
    77 <hr><h2>Detailed Description</h2> 
    78 Test of basic elements of the ARX class.  
    79 <p> 
    80 See file arx for mathematical background.<p> 
    81 This class tests functions ARX::bayes (Bayes rule) ARX::structure_est and ARX::predictor_student<p> 
    82 Untested functions: none. </div> 
    83 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Aug 5 00:06:49 2009 for mixpp by&nbsp; 
     64<h1>ReportAssert.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef UNITTEST_ASSERT_H</span> 
     65<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define UNITTEST_ASSERT_H</span> 
     66<a name="l00003"></a>00003 <span class="preprocessor"></span> 
     67<a name="l00004"></a>00004 <span class="keyword">namespace </span>UnitTest { 
     68<a name="l00005"></a>00005  
     69<a name="l00006"></a>00006 <span class="keywordtype">void</span> ReportAssert ( <span class="keywordtype">char</span> <span class="keyword">const</span>* description, <span class="keywordtype">char</span> <span class="keyword">const</span>* filename, <span class="keywordtype">int</span> lineNumber ); 
     70<a name="l00007"></a>00007  
     71<a name="l00008"></a>00008 } 
     72<a name="l00009"></a>00009  
     73<a name="l00010"></a>00010 <span class="preprocessor">#endif</span> 
     74</pre></div></div> 
     75<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 15 17:40:58 2009 for mixpp by&nbsp; 
    8476<a href="http://www.doxygen.org/index.html"> 
    85 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> 
     77<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> 
    8678</body> 
    8779</html>