diff options
| author | dodji <dodji> | 2018-07-16 07:52:35 +0000 | 
|---|---|---|
| committer | dodji <dodji> | 2018-07-16 07:52:35 +0000 | 
| commit | 5780cb0232e62c503b9a3884cae8cc3d5b73fd80 (patch) | |
| tree | abe7ca657fc2f4a456110318e5d4659e8122071c /apidoc/group___diff_node.html | |
| parent | Update again for 1.3 (diff) | |
Update for upstream 1.4 release
Diffstat (limited to 'apidoc/group___diff_node.html')
| -rw-r--r-- | apidoc/group___diff_node.html | 52 | 
1 files changed, 19 insertions, 33 deletions
| diff --git a/apidoc/group___diff_node.html b/apidoc/group___diff_node.html index 5b28d908..2ebf64f8 100644 --- a/apidoc/group___diff_node.html +++ b/apidoc/group___diff_node.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.14"/> | 
| 7 | <meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
| 7 | <title>libabigail: Internal Representation of the comparison engine</title> | 8 | <title>libabigail: Internal Representation of the comparison engine</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,29 @@ | |||
| 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.14 --> | 
| 34 | <script type="text/javascript"> | 33 | <script type="text/javascript"> | 
| 34 | /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ | ||
| 35 | var searchBox = new SearchBox("searchBox", "search",false,'Search'); | 35 | var searchBox = new SearchBox("searchBox", "search",false,'Search'); | 
| 36 | /* @license-end */ | ||
| 36 | </script> | 37 | </script> | 
| 37 | <div id="navrow1" class="tabs"> | 38 | <script type="text/javascript" src="menudata.js"></script> | 
| 38 | <ul class="tablist"> | 39 | <script type="text/javascript" src="menu.js"></script> | 
| 39 | <li><a href="index.html"><span>Main Page</span></a></li> | 40 | <script type="text/javascript"> | 
| 40 | <li><a href="modules.html"><span>Modules</span></a></li> | 41 | /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ | 
| 41 | <li><a href="namespaces.html"><span>Namespaces</span></a></li> | 42 | $(function() { | 
| 42 | <li><a href="annotated.html"><span>Classes</span></a></li> | 43 | initMenu('',true,false,'search.php','Search'); | 
| 43 | <li><a href="files.html"><span>Files</span></a></li> | 44 | $(document).ready(function() { init_search(); }); | 
| 44 | <li> | 45 | }); | 
| 45 | <div id="MSearchBox" class="MSearchBoxInactive"> | 46 | /* @license-end */</script> | 
| 46 | <span class="left"> | 47 | <div id="main-nav"></div> | 
| 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 --> | 48 | </div><!-- top --> | 
| 63 | <!-- window showing the filter options --> | 49 | <!-- window showing the filter options --> | 
| 64 | <div id="MSearchSelectWindow" | 50 | <div id="MSearchSelectWindow" | 
| 65 | onmouseover="return searchBox.OnSearchSelectShow()" | 51 | onmouseover="return searchBox.OnSearchSelectShow()" | 
| 66 | onmouseout="return searchBox.OnSearchSelectHide()" | 52 | onmouseout="return searchBox.OnSearchSelectHide()" | 
| 67 | onkeydown="return searchBox.OnSearchSelectKey(event)"> | 53 | 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> | 54 | </div> | 
| 69 | 55 | ||
| 70 | <!-- iframe showing the search results (closed by default) --> | 56 | <!-- iframe showing the search results (closed by default) --> | 
| 71 | <div id="MSearchResultsWindow"> | 57 | <div id="MSearchResultsWindow"> | 
| @@ -96,7 +82,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); | |||
| 96 | <hr class="footer"/><address class="footer"><small> | 82 | <hr class="footer"/><address class="footer"><small> | 
| 97 | Generated by  <a href="http://www.doxygen.org/index.html"> | 83 | Generated by  <a href="http://www.doxygen.org/index.html"> | 
| 98 | <img class="footer" src="doxygen.png" alt="doxygen"/> | 84 | <img class="footer" src="doxygen.png" alt="doxygen"/> | 
| 99 | </a> 1.8.5 | 85 | </a> 1.8.14 | 
| 100 | </small></address> | 86 | </small></address> | 
| 101 | </body> | 87 | </body> | 
| 102 | </html> | 88 | </html> | 
