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

1.1     ! misho       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"/>
        !             5: <meta http-equiv="X-UA-Compatible" content="IE=9"/>
        !             6: <meta name="generator" content="Doxygen 1.8.17"/>
        !             7: <title>confuse: cfg_simple_t Union Reference</title>
        !             8: <link href="tabs.css" rel="stylesheet" type="text/css"/>
        !             9: <script type="text/javascript" src="jquery.js"></script>
        !            10: <script type="text/javascript" src="dynsections.js"></script>
        !            11: <link href="search/search.css" rel="stylesheet" type="text/css"/>
        !            12: <script type="text/javascript" src="search/searchdata.js"></script>
        !            13: <script type="text/javascript" src="search/search.js"></script>
        !            14: <link href="doxygen.css" rel="stylesheet" type="text/css" />
        !            15: </head>
        !            16: <body>
        !            17: <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
        !            18: <div id="titlearea">
        !            19: <table cellspacing="0" cellpadding="0">
        !            20:  <tbody>
        !            21:  <tr style="height: 56px;">
        !            22:   <td id="projectalign" style="padding-left: 0.5em;">
        !            23:    <div id="projectname">confuse
        !            24:    &#160;<span id="projectnumber">3.3</span>
        !            25:    </div>
        !            26:   </td>
        !            27:  </tr>
        !            28:  </tbody>
        !            29: </table>
        !            30: </div>
        !            31: <!-- end header part -->
        !            32: <!-- Generated by Doxygen 1.8.17 -->
        !            33: <script type="text/javascript">
        !            34: /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
        !            35: var searchBox = new SearchBox("searchBox", "search",false,'Search');
        !            36: /* @license-end */
        !            37: </script>
        !            38: <script type="text/javascript" src="menudata.js"></script>
        !            39: <script type="text/javascript" src="menu.js"></script>
        !            40: <script type="text/javascript">
        !            41: /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
        !            42: $(function() {
        !            43:   initMenu('',true,false,'search.php','Search');
        !            44:   $(document).ready(function() { init_search(); });
        !            45: });
        !            46: /* @license-end */</script>
        !            47: <div id="main-nav"></div>
        !            48: <!-- window showing the filter options -->
        !            49: <div id="MSearchSelectWindow"
        !            50:      onmouseover="return searchBox.OnSearchSelectShow()"
        !            51:      onmouseout="return searchBox.OnSearchSelectHide()"
        !            52:      onkeydown="return searchBox.OnSearchSelectKey(event)">
        !            53: </div>
        !            54: 
        !            55: <!-- iframe showing the search results (closed by default) -->
        !            56: <div id="MSearchResultsWindow">
        !            57: <iframe src="javascript:void(0)" frameborder="0" 
        !            58:         name="MSearchResults" id="MSearchResults">
        !            59: </iframe>
        !            60: </div>
        !            61: 
        !            62: </div><!-- top -->
        !            63: <div class="header">
        !            64:   <div class="headertitle">
        !            65: <div class="title">cfg_simple_t Union Reference</div>  </div>
        !            66: </div><!--header-->
        !            67: <div class="contents">
        !            68: 
        !            69: <p>Data structure holding the pointer to a user provided variable defined with CFG_SIMPLE_*.  
        !            70:  <a href="unioncfg__simple__t.html#details">More...</a></p>
        !            71: 
        !            72: <p><code>#include &lt;<a class="el" href="confuse_8h_source.html">confuse.h</a>&gt;</code></p>
        !            73: <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
        !            74: <div class="textblock"><p>Data structure holding the pointer to a user provided variable defined with CFG_SIMPLE_*. </p>
        !            75: </div></div><!-- contents -->
        !            76: <!-- start footer part -->
        !            77: <hr class="footer"/><address class="footer"><small>
        !            78: Generated by &#160;<a href="http://www.doxygen.org/index.html">
        !            79: <img class="footer" src="doxygen.png" alt="doxygen"/>
        !            80: </a> 1.8.17
        !            81: </small></address>
        !            82: </body>
        !            83: </html>

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