diff options
| author | dodji <dodji> | 2017-11-22 13:39:15 +0000 |
|---|---|---|
| committer | dodji <dodji> | 2017-11-22 13:39:15 +0000 |
| commit | cd987110ffbc411b823b6c78219b2c62172c17e8 (patch) | |
| tree | cbca9148a03fe2095ffca9350eadfe9a53ea71c2 /apidoc/modules.html | |
| parent | Update for 1.0.rc6 release (diff) | |
Update apidoc and manuals for 1.0 release
Diffstat (limited to 'apidoc/modules.html')
| -rw-r--r-- | apidoc/modules.html | 58 |
1 files changed, 21 insertions, 37 deletions
diff --git a/apidoc/modules.html b/apidoc/modules.html index 92b1cd33..3317759a 100644 --- a/apidoc/modules.html +++ b/apidoc/modules.html | |||
| @@ -3,16 +3,15 @@ | |||
| 3 | <head> | 3 | <head> |
| 4 | <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> | 4 | <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
| 5 | <meta http-equiv="X-UA-Compatible" content="IE=9"/> | 5 | <meta http-equiv="X-UA-Compatible" content="IE=9"/> |
| 6 | <meta name="generator" content="Doxygen 1.8.5"/> | 6 | <meta name="generator" content="Doxygen 1.8.13"/> |
| 7 | <meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
| 7 | <title>libabigail: Modules</title> | 8 | <title>libabigail: Modules</title> |
| 8 | <link href="tabs.css" rel="stylesheet" type="text/css"/> | 9 | <link href="tabs.css" rel="stylesheet" type="text/css"/> |
| 9 | <script type="text/javascript" src="jquery.js"></script> | 10 | <script type="text/javascript" src="jquery.js"></script> |
| 10 | <script type="text/javascript" src="dynsections.js"></script> | 11 | <script type="text/javascript" src="dynsections.js"></script> |
| 11 | <link href="search/search.css" rel="stylesheet" type="text/css"/> | 12 | <link href="search/search.css" rel="stylesheet" type="text/css"/> |
| 13 | <script type="text/javascript" src="search/searchdata.js"></script> | ||
| 12 | <script type="text/javascript" src="search/search.js"></script> | 14 | <script type="text/javascript" src="search/search.js"></script> |
| 13 | <script type="text/javascript"> | ||
| 14 | $(document).ready(function() { searchBox.OnSelectItem(0); }); | ||
| 15 | </script> | ||
| 16 | <link href="doxygen.css" rel="stylesheet" type="text/css" /> | 15 | <link href="doxygen.css" rel="stylesheet" type="text/css" /> |
| 17 | </head> | 16 | </head> |
| 18 | <body> | 17 | <body> |
| @@ -21,7 +20,7 @@ | |||
| 21 | <table cellspacing="0" cellpadding="0"> | 20 | <table cellspacing="0" cellpadding="0"> |
| 22 | <tbody> | 21 | <tbody> |
| 23 | <tr style="height: 56px;"> | 22 | <tr style="height: 56px;"> |
| 24 | <td style="padding-left: 0.5em;"> | 23 | <td id="projectalign" style="padding-left: 0.5em;"> |
| 25 | <div id="projectname">libabigail | 24 | <div id="projectname">libabigail |
| 26 | </div> | 25 | </div> |
| 27 | </td> | 26 | </td> |
| @@ -30,42 +29,26 @@ | |||
| 30 | </table> | 29 | </table> |
| 31 | </div> | 30 | </div> |
| 32 | <!-- end header part --> | 31 | <!-- end header part --> |
| 33 | <!-- Generated by Doxygen 1.8.5 --> | 32 | <!-- Generated by Doxygen 1.8.13 --> |
| 34 | <script type="text/javascript"> | 33 | <script type="text/javascript"> |
| 35 | var searchBox = new SearchBox("searchBox", "search",false,'Search'); | 34 | var searchBox = new SearchBox("searchBox", "search",false,'Search'); |
| 36 | </script> | 35 | </script> |
| 37 | <div id="navrow1" class="tabs"> | 36 | <script type="text/javascript" src="menudata.js"></script> |
| 38 | <ul class="tablist"> | 37 | <script type="text/javascript" src="menu.js"></script> |
| 39 | <li><a href="index.html"><span>Main Page</span></a></li> | 38 | <script type="text/javascript"> |
| 40 | <li class="current"><a href="modules.html"><span>Modules</span></a></li> | 39 | $(function() { |
| 41 | <li><a href="namespaces.html"><span>Namespaces</span></a></li> | 40 | initMenu('',true,false,'search.php','Search'); |
| 42 | <li><a href="annotated.html"><span>Classes</span></a></li> | 41 | $(document).ready(function() { init_search(); }); |
| 43 | <li><a href="files.html"><span>Files</span></a></li> | 42 | }); |
| 44 | <li> | 43 | </script> |
| 45 | <div id="MSearchBox" class="MSearchBoxInactive"> | 44 | <div id="main-nav"></div> |
| 46 | <span class="left"> | ||
| 47 | <img id="MSearchSelect" src="search/mag_sel.png" | ||
| 48 | onmouseover="return searchBox.OnSearchSelectShow()" | ||
| 49 | onmouseout="return searchBox.OnSearchSelectHide()" | ||
| 50 | alt=""/> | ||
| 51 | <input type="text" id="MSearchField" value="Search" accesskey="S" | ||
| 52 | onfocus="searchBox.OnSearchFieldFocus(true)" | ||
| 53 | onblur="searchBox.OnSearchFieldFocus(false)" | ||
| 54 | onkeyup="searchBox.OnSearchFieldChange(event)"/> | ||
| 55 | </span><span class="right"> | ||
| 56 | <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> | ||
| 57 | </span> | ||
| 58 | </div> | ||
| 59 | </li> | ||
| 60 | </ul> | ||
| 61 | </div> | ||
| 62 | </div><!-- top --> | 45 | </div><!-- top --> |
| 63 | <!-- window showing the filter options --> | 46 | <!-- window showing the filter options --> |
| 64 | <div id="MSearchSelectWindow" | 47 | <div id="MSearchSelectWindow" |
| 65 | onmouseover="return searchBox.OnSearchSelectShow()" | 48 | onmouseover="return searchBox.OnSearchSelectShow()" |
| 66 | onmouseout="return searchBox.OnSearchSelectHide()" | 49 | onmouseout="return searchBox.OnSearchSelectHide()" |
| 67 | onkeydown="return searchBox.OnSearchSelectKey(event)"> | 50 | onkeydown="return searchBox.OnSearchSelectKey(event)"> |
| 68 | <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark"> </span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark"> </span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(11)"><span class="SelectionMark"> </span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(12)"><span class="SelectionMark"> </span>Pages</a></div> | 51 | </div> |
| 69 | 52 | ||
| 70 | <!-- iframe showing the search results (closed by default) --> | 53 | <!-- iframe showing the search results (closed by default) --> |
| 71 | <div id="MSearchResultsWindow"> | 54 | <div id="MSearchResultsWindow"> |
| @@ -81,10 +64,11 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); | |||
| 81 | <div class="contents"> | 64 | <div class="contents"> |
| 82 | <div class="textblock">Here is a list of all modules:</div><div class="directory"> | 65 | <div class="textblock">Here is a list of all modules:</div><div class="directory"> |
| 83 | <table class="directory"> | 66 | <table class="directory"> |
| 84 | <tr id="row_0_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a class="el" href="group___canonical_diff.html" target="_self">Canonical diff tree nodes</a></td><td class="desc">How equivalent diff nodes are quickly spotted </td></tr> | 67 | <tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group___canonical_diff.html" target="_self">Canonical diff tree nodes</a></td><td class="desc">How equivalent diff nodes are quickly spotted </td></tr> |
| 85 | <tr id="row_1_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a class="el" href="group___diff_node.html" target="_self">Internal Representation of the comparison engine</a></td><td class="desc">How changes are represented in libabigail's comparison engine </td></tr> | 68 | <tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group___diff_node.html" target="_self">Internal Representation of the comparison engine</a></td><td class="desc">How changes are represented in libabigail's comparison engine </td></tr> |
| 86 | <tr id="row_2_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a class="el" href="group___memory.html" target="_self">Memory management</a></td><td class="desc">How objects' lifetime is handled in libabigail </td></tr> | 69 | <tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group___memory.html" target="_self">Memory management</a></td><td class="desc">How objects' lifetime is handled in libabigail </td></tr> |
| 87 | <tr id="row_3_"><td class="entry"><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a class="el" href="group__thread__pool.html" target="_self">Worker Threads</a></td><td class="desc">Libabigail's implementation of Thread Pools </td></tr> | 70 | <tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group___on_the_fly_canonicalization.html" target="_self">On-the-fly Canonicalization</a></td><td class="desc">During the canonicalization of a type T (which doesn't yet have a canonical type), T is compared structurally (member-wise) against a type C which already has a canonical type. The comparison expression is C == T </td></tr> |
| 71 | <tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group__thread__pool.html" target="_self">Worker Threads</a></td><td class="desc">Libabigail's implementation of Thread Pools </td></tr> | ||
| 88 | </table> | 72 | </table> |
| 89 | </div><!-- directory --> | 73 | </div><!-- directory --> |
| 90 | </div><!-- contents --> | 74 | </div><!-- contents --> |
| @@ -92,7 +76,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); | |||
| 92 | <hr class="footer"/><address class="footer"><small> | 76 | <hr class="footer"/><address class="footer"><small> |
| 93 | Generated by  <a href="http://www.doxygen.org/index.html"> | 77 | Generated by  <a href="http://www.doxygen.org/index.html"> |
| 94 | <img class="footer" src="doxygen.png" alt="doxygen"/> | 78 | <img class="footer" src="doxygen.png" alt="doxygen"/> |
| 95 | </a> 1.8.5 | 79 | </a> 1.8.13 |
| 96 | </small></address> | 80 | </small></address> |
| 97 | </body> | 81 | </body> |
| 98 | </html> | 82 | </html> |
