diff options
| author | Dodji Seketeli <dodji@seketeli.org> | 2022-12-05 18:24:23 +0100 | 
|---|---|---|
| committer | Dodji Seketeli <dodji@seketeli.org> | 2022-12-05 18:24:23 +0100 | 
| commit | 4ed2586e4ce0fa36e5ae6d8678e2ae6802e27195 (patch) | |
| tree | 39ccf60b3cd43b1cb4cc7a1b364b39fc5a84d311 /apidoc/group___diff_node.html | |
| parent | Regenerate apidoc for 2.2 (diff) | |
Tweak output to add side tree widget to apidoc
* apidoc/*: Regenerate using doxygen 1.9.5 from Rawhide. Signed-off-by: Dodji Seketeli <dodji@seketeli.org> 
Diffstat (limited to 'apidoc/group___diff_node.html')
| -rw-r--r-- | apidoc/group___diff_node.html | 29 | 
1 files changed, 26 insertions, 3 deletions
| diff --git a/apidoc/group___diff_node.html b/apidoc/group___diff_node.html index 39c65f46..dc370075 100644 --- a/apidoc/group___diff_node.html +++ b/apidoc/group___diff_node.html | |||
| @@ -9,6 +9,10 @@ | |||
| 9 | <link href="tabs.css" rel="stylesheet" type="text/css"/> | 9 | <link href="tabs.css" rel="stylesheet" type="text/css"/> | 
| 10 | <script type="text/javascript" src="jquery.js"></script> | 10 | <script type="text/javascript" src="jquery.js"></script> | 
| 11 | <script type="text/javascript" src="dynsections.js"></script> | 11 | <script type="text/javascript" src="dynsections.js"></script> | 
| 12 | <link href="navtree.css" rel="stylesheet" type="text/css"/> | ||
| 13 | <script type="text/javascript" src="resize.js"></script> | ||
| 14 | <script type="text/javascript" src="navtreedata.js"></script> | ||
| 15 | <script type="text/javascript" src="navtree.js"></script> | ||
| 12 | <link href="search/search.css" rel="stylesheet" type="text/css"/> | 16 | <link href="search/search.css" rel="stylesheet" type="text/css"/> | 
| 13 | <script type="text/javascript" src="search/searchdata.js"></script> | 17 | <script type="text/javascript" src="search/searchdata.js"></script> | 
| 14 | <script type="text/javascript" src="search/search.js"></script> | 18 | <script type="text/javascript" src="search/search.js"></script> | 
| @@ -47,6 +51,22 @@ $(function() { | |||
| 47 | </script> | 51 | </script> | 
| 48 | <div id="main-nav"></div> | 52 | <div id="main-nav"></div> | 
| 49 | </div><!-- top --> | 53 | </div><!-- top --> | 
| 54 | <div id="side-nav" class="ui-resizable side-nav-resizable"> | ||
| 55 | <div id="nav-tree"> | ||
| 56 | <div id="nav-tree-contents"> | ||
| 57 | <div id="nav-sync" class="sync"></div> | ||
| 58 | </div> | ||
| 59 | </div> | ||
| 60 | <div id="splitbar" style="-moz-user-select:none;" | ||
| 61 | class="ui-resizable-handle"> | ||
| 62 | </div> | ||
| 63 | </div> | ||
| 64 | <script type="text/javascript"> | ||
| 65 | /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | ||
| 66 | $(document).ready(function(){initNavTree('group___diff_node.html',''); initResizable(); }); | ||
| 67 | /* @license-end */ | ||
| 68 | </script> | ||
| 69 | <div id="doc-content"> | ||
| 50 | <!-- window showing the filter options --> | 70 | <!-- window showing the filter options --> | 
| 51 | <div id="MSearchSelectWindow" | 71 | <div id="MSearchSelectWindow" | 
| 52 | onmouseover="return searchBox.OnSearchSelectShow()" | 72 | onmouseover="return searchBox.OnSearchSelectShow()" | 
| @@ -85,9 +105,12 @@ $(function() { | |||
| 85 | <p>A diff node can be serialized to an output stream to express, in a human-readable textual form, the different changes that exist between its two subjects. This is done by invoking the <a class="el" href="classabigail_1_1comparison_1_1diff.html#a40ebcee4619bb4a2ae49192cce768c3f" title="Pure interface to report the diff in a serialized form that is legible for the user.">diff::report()</a> method. That reporting is controlled by several parameters that are conceptually part of the context of the diff. That context is materialized by an instance of the <a class="el" href="classabigail_1_1comparison_1_1diff__context.html">diff_context</a> type.</p> | 105 | <p>A diff node can be serialized to an output stream to express, in a human-readable textual form, the different changes that exist between its two subjects. This is done by invoking the <a class="el" href="classabigail_1_1comparison_1_1diff.html#a40ebcee4619bb4a2ae49192cce768c3f" title="Pure interface to report the diff in a serialized form that is legible for the user.">diff::report()</a> method. That reporting is controlled by several parameters that are conceptually part of the context of the diff. That context is materialized by an instance of the <a class="el" href="classabigail_1_1comparison_1_1diff__context.html">diff_context</a> type.</p> | 
| 86 | <p >Please note that the role of the instance(s) of <a class="el" href="classabigail_1_1comparison_1_1diff__context.html">diff_context</a> is boreader than just controlling the reporting of <a class="el" href="classabigail_1_1comparison_1_1diff.html">diff</a> nodes. Basically, a <a class="el" href="classabigail_1_1comparison_1_1diff.html">diff</a> node itself is created following behaviours that are controlled by a particular instance of <a class="el" href="classabigail_1_1comparison_1_1diff__context.html" title="The context of the diff. This type holds various bits of information that is going to be used through...">diff_context</a>. A diff node is created in a particular diff context, so to speak. </p> | 106 | <p >Please note that the role of the instance(s) of <a class="el" href="classabigail_1_1comparison_1_1diff__context.html">diff_context</a> is boreader than just controlling the reporting of <a class="el" href="classabigail_1_1comparison_1_1diff.html">diff</a> nodes. Basically, a <a class="el" href="classabigail_1_1comparison_1_1diff.html">diff</a> node itself is created following behaviours that are controlled by a particular instance of <a class="el" href="classabigail_1_1comparison_1_1diff__context.html" title="The context of the diff. This type holds various bits of information that is going to be used through...">diff_context</a>. A diff node is created in a particular diff context, so to speak. </p> | 
| 87 | </div><!-- contents --> | 107 | </div><!-- contents --> | 
| 108 | </div><!-- doc-content --> | ||
| 88 | <!-- start footer part --> | 109 | <!-- start footer part --> | 
| 89 | <hr class="footer"/><address class="footer"><small> | 110 | <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> | 
| 90 | Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.5 | 111 | <ul> | 
| 91 | </small></address> | 112 | <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.5 </li> | 
| 113 | </ul> | ||
| 114 | </div> | ||
| 92 | </body> | 115 | </body> | 
| 93 | </html> | 116 | </html> | 
