cart-elc

Source code for CART-ELC
git clone git://git.laack.co/cart-elc.git
Log | Files | Refs | README | LICENSE

eigendoxy_footer.html.in (680B)


      1 <!-- start footer part -->
      2 <!--BEGIN GENERATE_TREEVIEW-->
      3 <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
      4   <ul>
      5     $navpath
      6     <li class="footer">$generatedby
      7     <a href="http://www.doxygen.org/index.html">
      8     <img class="footer" src="$relpath^doxygen.png" alt="doxygen"/></a> $doxygenversion </li>
      9   </ul>
     10 </div>
     11 <!--END GENERATE_TREEVIEW-->
     12 <!--BEGIN !GENERATE_TREEVIEW-->
     13 <hr class="footer"/><address class="footer"><small>
     14 $generatedby &#160;<a href="http://www.doxygen.org/index.html">
     15 <img class="footer" src="$relpath^doxygen.png" alt="doxygen"/>
     16 </a> $doxygenversion
     17 </small></address>
     18 <!--END !GENERATE_TREEVIEW-->
     19 
     20 </body>
     21 </html>
     22 
     23