Annotation of embedaddon/confuse/doc/html/annotated.html, revision 1.1

1.1     ! misho       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        !             2:         "http://www.w3.org/TR/html4/strict.dtd">
        !             3: <html>
        !             4: <head>
        !             5:  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
        !             6:  <title>confuse: Data Structures</title>
        !             7:  <link rel="stylesheet" href="tutorial.css" type="text/css">
        !             8: </head>
        !             9: <body>
        !            10: 
        !            11: <div class="main">
        !            12: 
        !            13: <!-- doxygen-header.html ends here -->
        !            14: <!-- Generated by Doxygen 1.5.8 -->
        !            15: <div class="navigation" id="top">
        !            16:   <div class="tabs">
        !            17:     <ul>
        !            18:       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
        !            19:       <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
        !            20:       <li><a href="files.html"><span>Files</span></a></li>
        !            21:       <li><a href="examples.html"><span>Examples</span></a></li>
        !            22:     </ul>
        !            23:   </div>
        !            24:   <div class="tabs">
        !            25:     <ul>
        !            26:       <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
        !            27:       <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
        !            28:     </ul>
        !            29:   </div>
        !            30: </div>
        !            31: <div class="contents">
        !            32: <h1>Data Structures</h1>Here are the data structures with brief descriptions:<table>
        !            33:   <tr><td class="indexkey"><a class="el" href="structcfg__defvalue__t.html">cfg_defvalue_t</a></td><td class="indexvalue">Data structure holding the default value given by the initialization macros </td></tr>
        !            34:   <tr><td class="indexkey"><a class="el" href="structcfg__opt__t.html">cfg_opt_t</a></td><td class="indexvalue">Data structure holding information about an option </td></tr>
        !            35:   <tr><td class="indexkey"><a class="el" href="structcfg__t.html">cfg_t</a></td><td class="indexvalue">Data structure holding information about a "section" </td></tr>
        !            36:   <tr><td class="indexkey"><a class="el" href="unioncfg__value__t.html">cfg_value_t</a></td><td class="indexvalue">Data structure holding the value of a fundamental option value </td></tr>
        !            37: </table>
        !            38: </div>
        !            39: <!-- doxygen-footer.html starts here -->
        !            40:   </div>
        !            41:  </body>
        !            42: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>