Changeset 651 for library/doc/html/graph_legend.html
- Timestamp:
- 10/12/09 13:49:39 (15 years ago)
- 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"> 5 3 <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 --> 11 8 <script type="text/javascript"> 12 9 <!-- … … 61 58 </div> 62 59 <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> 61 Consider the following example: <div class="fragment"><pre class="fragment"><span class="comment">/*! Invisible class because of truncation */</span> 66 62 <span class="keyword">class </span>Invisible { }; 67 63 <span class="comment"></span> … … 97 93 Used *m_usedClass; 98 94 }; 99 </pre></div> <p> This will result in the following graph:</p>95 </pre></div> This will result in the following graph:<p> 100 96 <center><div align="center"> 101 <img src="graph_legend.png" alt="graph_legend.png" />97 <img src="graph_legend.png" alt="graph_legend.png"> 102 98 </div> 103 </center> <p> The boxes in the above graph have the following meaning: </p>104 <ul>99 </center> <p> 100 The boxes in the above graph have the following meaning: <ul> 105 101 <li> 106 102 A filled gray box represents the struct or class for which the graph is generated. </li> … … 112 108 A 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> 113 109 </ul> 114 <p>The arrows have the following meaning: </p> 115 <ul> 110 The arrows have the following meaning: <ul> 116 111 <li> 117 112 A dark blue arrow is used to visualize a public inheritance relation between two classes. </li> … … 126 121 </ul> 127 122 </div> 128 <hr size="1" /><address style="text-align: right;"><small>Generated on Sun Sep 27 00:49:062009 for mixpp by 123 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Oct 7 17:34:49 2009 for mixpp by 129 124 <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> 131 126 </body> 132 127 </html>