Show
Ignore:
Timestamp:
10/12/09 13:49:39 (15 years ago)
Author:
mido
Message:

\doc directory cleaned a bit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/html/graph_legend.html

    r641 r651  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    2 <html xmlns="http://www.w3.org/1999/xhtml"> 
    3 <head> 
    4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 
     1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
     2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 
    53<title>mixpp: Graph Legend</title> 
    6 <link href="tabs.css" rel="stylesheet" type="text/css"/> 
    7 <link href="doxygen.css" rel="stylesheet" type="text/css"/> 
    8 </head> 
    9 <body> 
    10 <!-- Generated by Doxygen 1.6.1 --> 
     4<link href="tabs.css" rel="stylesheet" type="text/css"> 
     5<link href="doxygen.css" rel="stylesheet" type="text/css"> 
     6</head><body> 
     7<!-- Generated by Doxygen 1.5.9 --> 
    118<script type="text/javascript"> 
    129<!-- 
     
    6158</div> 
    6259<div class="contents"> 
    63 <h1>Graph Legend</h1><p>This page explains how to interpret the graphs that are generated by doxygen.</p> 
    64 <p>Consider the following example: </p> 
    65 <div class="fragment"><pre class="fragment"><span class="comment">/*! Invisible class because of truncation */</span> 
     60<h1>Graph Legend</h1>This page explains how to interpret the graphs that are generated by doxygen.<p> 
     61Consider the following example: <div class="fragment"><pre class="fragment"><span class="comment">/*! Invisible class because of truncation */</span> 
    6662<span class="keyword">class </span>Invisible { }; 
    6763<span class="comment"></span> 
     
    9793    Used *m_usedClass; 
    9894}; 
    99 </pre></div><p> This will result in the following graph:</p> 
     95</pre></div> This will result in the following graph:<p> 
    10096<center><div align="center"> 
    101 <img src="graph_legend.png" alt="graph_legend.png"/> 
     97<img src="graph_legend.png" alt="graph_legend.png"> 
    10298</div> 
    103 </center> <p>The boxes in the above graph have the following meaning:  </p> 
    104 <ul> 
     99</center> <p> 
     100The boxes in the above graph have the following meaning: <ul> 
    105101<li> 
    106102A filled gray box represents the struct or class for which the graph is generated. </li> 
     
    112108A box with a red border denotes a documented struct or class forwhich not all inheritance/containment relations are shown. A graph is truncated if it does not fit within the specified boundaries. </li> 
    113109</ul> 
    114 <p>The arrows have the following meaning:  </p> 
    115 <ul> 
     110The arrows have the following meaning: <ul> 
    116111<li> 
    117112A dark blue arrow is used to visualize a public inheritance relation between two classes. </li> 
     
    126121</ul> 
    127122</div> 
    128 <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 27 00:49:06 2009 for mixpp by&nbsp; 
     123<hr size="1"><address style="text-align: right;"><small>Generated on Wed Oct 7 17:34:49 2009 for mixpp by&nbsp; 
    129124<a href="http://www.doxygen.org/index.html"> 
    130 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> 
     125<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> 
    131126</body> 
    132127</html>