Show
Ignore:
Timestamp:
08/30/09 22:13:15 (15 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

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

    r590 r591  
    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"> 
     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"/> 
    35<title>mixpp: Graph Legend</title> 
    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.8 --> 
     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 --> 
    811<script type="text/javascript"> 
    912<!-- 
     
    5861</div> 
    5962<div class="contents"> 
    60 <h1>Graph Legend</h1>This page explains how to interpret the graphs that are generated by doxygen.<p> 
    61 Consider the following example: <div class="fragment"><pre class="fragment"><span class="comment">/*! Invisible class because of truncation */</span> 
     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> 
    6266<span class="keyword">class </span>Invisible { }; 
    6367<span class="comment"></span> 
     
    9397    Used *m_usedClass; 
    9498}; 
    95 </pre></div> This will result in the following graph:<p> 
     99</pre></div><p> This will result in the following graph:</p> 
    96100<center><div align="center"> 
    97 <img src="graph_legend.png" alt="graph_legend.png"> 
     101<img src="graph_legend.png" alt="graph_legend.png"/> 
    98102</div> 
    99 </center> <p> 
    100 The boxes in the above graph have the following meaning: <ul> 
     103</center> <p>The boxes in the above graph have the following meaning:  </p> 
     104<ul> 
    101105<li> 
    102106A filled gray box represents the struct or class for which the graph is generated. </li> 
     
    108112A 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> 
    109113</ul> 
    110 The arrows have the following meaning: <ul> 
     114<p>The arrows have the following meaning:  </p> 
     115<ul> 
    111116<li> 
    112117A dark blue arrow is used to visualize a public inheritance relation between two classes. </li> 
     
    121126</ul> 
    122127</div> 
    123 <hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 29 20:49:46 2009 for mixpp by&nbsp; 
     128<hr size="1"/><address style="text-align: right;"><small>Generated on Sun Aug 30 22:10:51 2009 for mixpp by&nbsp; 
    124129<a href="http://www.doxygen.org/index.html"> 
    125 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> 
     130<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> 
    126131</body> 
    127132</html>