Skip to content

Commit 197e490

Browse files
refactored dev branch
1 parent 3db9a59 commit 197e490

244 files changed

Lines changed: 1585 additions & 2293 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.9)
33
MESSAGE(STATUS "CMAKE_ROOT: " ${CMAKE_ROOT})
44

55
# Project name
6-
project(Cpp-Taskflow VERSION 2.0.0 LANGUAGES CXX)
6+
project(Cpp-Taskflow VERSION 2.1.0 LANGUAGES CXX)
77

88
# Turn on the verbose
99
set(CMAKE_VERBOSE_MAKEFILE ON)

docs/Cookbook.html

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
66
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
7-
<meta name="generator" content="Doxygen 1.8.16"/>
7+
<meta name="generator" content="Doxygen 1.8.13"/>
88
<meta name="viewport" content="width=device-width, initial-scale=1"/>
99
<title>Cpp-Taskflow</title>
1010
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -16,16 +16,13 @@
1616
<script type="text/javascript" src="navtreedata.js"></script>
1717
<script type="text/javascript" src="navtree.js"></script>
1818
<script type="text/javascript">
19-
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2019
$(document).ready(initResizable);
21-
/* @license-end */</script>
20+
</script>
2221
<link href="search/search.css" rel="stylesheet" type="text/css"/>
2322
<script type="text/javascript" src="search/searchdata.js"></script>
2423
<script type="text/javascript" src="search/search.js"></script>
2524
<script type="text/javascript">
26-
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2725
$(document).ready(function() { init_search(); });
28-
/* @license-end */
2926
</script>
3027
<link href="doxygen.css" rel="stylesheet" type="text/css" />
3128
</head>
@@ -37,7 +34,7 @@
3734
<tr style="height: 56px;">
3835
<td id="projectalign" style="padding-left: 0.5em;">
3936
<div id="projectname"><a href="https://github.com/cpp-taskflow/cpp-taskflow">Cpp-Taskflow</a>
40-
&#160;<span id="projectnumber">2.0.0</span>
37+
&#160;<span id="projectnumber">2.1.0</span>
4138
</div>
4239
</td>
4340
<td> <div id="MSearchBox" class="MSearchBoxInactive">
@@ -60,11 +57,9 @@
6057
</table>
6158
</div>
6259
<!-- end header part -->
63-
<!-- Generated by Doxygen 1.8.16 -->
60+
<!-- Generated by Doxygen 1.8.13 -->
6461
<script type="text/javascript">
65-
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
6662
var searchBox = new SearchBox("searchBox", "search",false,'Search');
67-
/* @license-end */
6863
</script>
6964
</div><!-- top -->
7065
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -78,9 +73,7 @@
7873
</div>
7974
</div>
8075
<script type="text/javascript">
81-
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
8276
$(document).ready(function(){initNavTree('Cookbook.html','');});
83-
/* @license-end */
8477
</script>
8578
<div id="doc-content">
8679
<!-- window showing the filter options -->
@@ -97,7 +90,7 @@
9790
</iframe>
9891
</div>
9992

100-
<div class="PageDoc"><div class="header">
93+
<div class="header">
10194
<div class="headertitle">
10295
<div class="title">Cookbook </div> </div>
10396
</div><!--header-->
@@ -112,15 +105,14 @@
112105
<a class="el" href="chapter6.html">C6: Manage Threads and Executor</a> <br />
113106
<a class="el" href="chapter7.html">C7: Framework (Experimental)</a> <br />
114107
</p>
115-
</div></div><!-- PageDoc -->
116-
</div><!-- contents -->
108+
</div></div><!-- contents -->
117109
</div><!-- doc-content -->
118110
<!-- start footer part -->
119111
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
120112
<ul>
121113
<li class="footer">Generated by
122114
<a href="http://www.doxygen.org/index.html">
123-
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.16 </li>
115+
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
124116
</ul>
125117
</div>
126118
</body>

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Cpp-Taskflow"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2.0.0
41+
PROJECT_NUMBER = 2.1.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

docs/FAQ.html

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
66
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
7-
<meta name="generator" content="Doxygen 1.8.16"/>
7+
<meta name="generator" content="Doxygen 1.8.13"/>
88
<meta name="viewport" content="width=device-width, initial-scale=1"/>
99
<title>Cpp-Taskflow</title>
1010
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -16,16 +16,13 @@
1616
<script type="text/javascript" src="navtreedata.js"></script>
1717
<script type="text/javascript" src="navtree.js"></script>
1818
<script type="text/javascript">
19-
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2019
$(document).ready(initResizable);
21-
/* @license-end */</script>
20+
</script>
2221
<link href="search/search.css" rel="stylesheet" type="text/css"/>
2322
<script type="text/javascript" src="search/searchdata.js"></script>
2423
<script type="text/javascript" src="search/search.js"></script>
2524
<script type="text/javascript">
26-
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2725
$(document).ready(function() { init_search(); });
28-
/* @license-end */
2926
</script>
3027
<link href="doxygen.css" rel="stylesheet" type="text/css" />
3128
</head>
@@ -37,7 +34,7 @@
3734
<tr style="height: 56px;">
3835
<td id="projectalign" style="padding-left: 0.5em;">
3936
<div id="projectname"><a href="https://github.com/cpp-taskflow/cpp-taskflow">Cpp-Taskflow</a>
40-
&#160;<span id="projectnumber">2.0.0</span>
37+
&#160;<span id="projectnumber">2.1.0</span>
4138
</div>
4239
</td>
4340
<td> <div id="MSearchBox" class="MSearchBoxInactive">
@@ -60,11 +57,9 @@
6057
</table>
6158
</div>
6259
<!-- end header part -->
63-
<!-- Generated by Doxygen 1.8.16 -->
60+
<!-- Generated by Doxygen 1.8.13 -->
6461
<script type="text/javascript">
65-
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
6662
var searchBox = new SearchBox("searchBox", "search",false,'Search');
67-
/* @license-end */
6863
</script>
6964
</div><!-- top -->
7065
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -78,9 +73,7 @@
7873
</div>
7974
</div>
8075
<script type="text/javascript">
81-
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
8276
$(document).ready(function(){initNavTree('FAQ.html','');});
83-
/* @license-end */
8477
</script>
8578
<div id="doc-content">
8679
<!-- window showing the filter options -->
@@ -97,7 +90,7 @@
9790
</iframe>
9891
</div>
9992

100-
<div class="PageDoc"><div class="header">
93+
<div class="header">
10194
<div class="headertitle">
10295
<div class="title">Frequently Asked Questions </div> </div>
10396
</div><!--header-->
@@ -119,8 +112,7 @@ <h2><a class="anchor" id="GeneralQuestion4"></a>
119112
<p>Benchmarks showed Cpp-Taskflow can efficiently handle millions or billions of tasks (both large and small tasks) on a machine with up to 64 CPUs.</p>
120113
<h2><a class="anchor" id="GeneralQuestion5"></a>
121114
Q5: What is the weird hex value, like 0x7fc39d402ab0, in the dumped graph?</h2>
122-
<p>The hex value represents the memory address of the task. Each task has a method <a class="el" href="classtf_1_1Task.html#a9057ecd0f3833b717480e914f8568f02" title="assigns a name to the task">tf::Task::name(const std::string&amp;)</a> for user to assign a human readable string to ease the debugging process. If a task is not assigned a name or is an internal node, its address value in the memory is used instead.</p>
123-
<hr/>
115+
<p>The hex value represents the memory address of the task. Each task has a method <a class="el" href="classtf_1_1Task.html#a9057ecd0f3833b717480e914f8568f02" title="assigns a name to the task ">tf::Task::name(const std::string&amp;)</a> for user to assign a human readable string to ease the debugging process. If a task is not assigned a name or is an internal node, its address value in the memory is used instead. </p><hr/>
124116
<h1><a class="anchor" id="ProgrammingQuestions"></a>
125117
Programming Questions</h1>
126118
<h2><a class="anchor" id="ProgrammingQuestions1"></a>
@@ -135,22 +127,21 @@ <h2><a class="anchor" id="ProgrammingQuestions3"></a>
135127
<p>No, the taskflow object is not thread-safe. You can't create tasks from multiple threads at the same time.</p>
136128
<h2><a class="anchor" id="ProgrammingQuestions4"></a>
137129
Q4: My program hangs and never returns after dispatching a taskflow graph. What's wrong?</h2>
138-
<p>When the program hangs forever it is very likely your taskflow graph has a cycle. Try the <a class="el" href="classtf_1_1BasicTaskflow.html#adac448e1cc44307856b3116d7ed5490f" title="dumps the present task dependency graph to a std::ostream in DOT format">tf::Taskflow::dump</a> method to debug the graph before dispatching your taskflow graph.</p>
130+
<p>When the program hangs forever it is very likely your taskflow graph has a cycle. Try the <a class="el" href="classtf_1_1BasicTaskflow.html#adac448e1cc44307856b3116d7ed5490f" title="dumps the present task dependency graph to a std::ostream in DOT format ">tf::Taskflow::dump</a> method to debug the graph before dispatching your taskflow graph.</p>
139131
<h2><a class="anchor" id="ProgrammingQuestions5"></a>
140132
Q5: In the following example where B spawns a joined subflow of two tasks B1 and B2, do they run concurrently with task A?</h2>
141133
<div class="image">
142-
<img src="dynamic_graph.png" alt="" width="60%"/>
134+
<img src="dynamic_graph.png" alt="dynamic_graph.png" width="60%"/>
143135
</div>
144136
<p>No. The subflow is spawned during the execution of B, and at this point A must finish because A precedes B. This gives rise to the fact B1 and B2 must run after A. This graph may looks strange because B seems to run twice! However, Cpp-Taskflow will schedule B only once to create its subflow. Whether this subflow joins or detaches from B only affects the future object returned from B. </p>
145-
</div></div><!-- PageDoc -->
146-
</div><!-- contents -->
137+
</div></div><!-- contents -->
147138
</div><!-- doc-content -->
148139
<!-- start footer part -->
149140
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
150141
<ul>
151142
<li class="footer">Generated by
152143
<a href="http://www.doxygen.org/index.html">
153-
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.16 </li>
144+
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
154145
</ul>
155146
</div>
156147
</body>

docs/annotated.html

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
66
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
7-
<meta name="generator" content="Doxygen 1.8.16"/>
7+
<meta name="generator" content="Doxygen 1.8.13"/>
88
<meta name="viewport" content="width=device-width, initial-scale=1"/>
99
<title>Cpp-Taskflow</title>
1010
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -16,16 +16,13 @@
1616
<script type="text/javascript" src="navtreedata.js"></script>
1717
<script type="text/javascript" src="navtree.js"></script>
1818
<script type="text/javascript">
19-
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2019
$(document).ready(initResizable);
21-
/* @license-end */</script>
20+
</script>
2221
<link href="search/search.css" rel="stylesheet" type="text/css"/>
2322
<script type="text/javascript" src="search/searchdata.js"></script>
2423
<script type="text/javascript" src="search/search.js"></script>
2524
<script type="text/javascript">
26-
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2725
$(document).ready(function() { init_search(); });
28-
/* @license-end */
2926
</script>
3027
<link href="doxygen.css" rel="stylesheet" type="text/css" />
3128
</head>
@@ -37,7 +34,7 @@
3734
<tr style="height: 56px;">
3835
<td id="projectalign" style="padding-left: 0.5em;">
3936
<div id="projectname"><a href="https://github.com/cpp-taskflow/cpp-taskflow">Cpp-Taskflow</a>
40-
&#160;<span id="projectnumber">2.0.0</span>
37+
&#160;<span id="projectnumber">2.1.0</span>
4138
</div>
4239
</td>
4340
<td> <div id="MSearchBox" class="MSearchBoxInactive">
@@ -60,11 +57,9 @@
6057
</table>
6158
</div>
6259
<!-- end header part -->
63-
<!-- Generated by Doxygen 1.8.16 -->
60+
<!-- Generated by Doxygen 1.8.13 -->
6461
<script type="text/javascript">
65-
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
6662
var searchBox = new SearchBox("searchBox", "search",false,'Search');
67-
/* @license-end */
6863
</script>
6964
</div><!-- top -->
7065
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -78,9 +73,7 @@
7873
</div>
7974
</div>
8075
<script type="text/javascript">
81-
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
8276
$(document).ready(function(){initNavTree('annotated.html','');});
83-
/* @license-end */
8477
</script>
8578
<div id="doc-content">
8679
<!-- window showing the filter options -->
@@ -125,7 +118,7 @@
125118
<ul>
126119
<li class="footer">Generated by
127120
<a href="http://www.doxygen.org/index.html">
128-
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.16 </li>
121+
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
129122
</ul>
130123
</div>
131124
</body>

docs/basic__taskflow_8hpp_source.html

Lines changed: 36 additions & 43 deletions
Large diffs are not rendered by default.

docs/chapter0.html

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
66
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
7-
<meta name="generator" content="Doxygen 1.8.16"/>
7+
<meta name="generator" content="Doxygen 1.8.13"/>
88
<meta name="viewport" content="width=device-width, initial-scale=1"/>
99
<title>Cpp-Taskflow</title>
1010
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -16,16 +16,13 @@
1616
<script type="text/javascript" src="navtreedata.js"></script>
1717
<script type="text/javascript" src="navtree.js"></script>
1818
<script type="text/javascript">
19-
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2019
$(document).ready(initResizable);
21-
/* @license-end */</script>
20+
</script>
2221
<link href="search/search.css" rel="stylesheet" type="text/css"/>
2322
<script type="text/javascript" src="search/searchdata.js"></script>
2423
<script type="text/javascript" src="search/search.js"></script>
2524
<script type="text/javascript">
26-
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2725
$(document).ready(function() { init_search(); });
28-
/* @license-end */
2926
</script>
3027
<link href="doxygen.css" rel="stylesheet" type="text/css" />
3128
</head>
@@ -37,7 +34,7 @@
3734
<tr style="height: 56px;">
3835
<td id="projectalign" style="padding-left: 0.5em;">
3936
<div id="projectname"><a href="https://github.com/cpp-taskflow/cpp-taskflow">Cpp-Taskflow</a>
40-
&#160;<span id="projectnumber">2.0.0</span>
37+
&#160;<span id="projectnumber">2.1.0</span>
4138
</div>
4239
</td>
4340
<td> <div id="MSearchBox" class="MSearchBoxInactive">
@@ -60,11 +57,9 @@
6057
</table>
6158
</div>
6259
<!-- end header part -->
63-
<!-- Generated by Doxygen 1.8.16 -->
60+
<!-- Generated by Doxygen 1.8.13 -->
6461
<script type="text/javascript">
65-
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
6662
var searchBox = new SearchBox("searchBox", "search",false,'Search');
67-
/* @license-end */
6863
</script>
6964
</div><!-- top -->
7065
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -78,9 +73,7 @@
7873
</div>
7974
</div>
8075
<script type="text/javascript">
81-
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
8276
$(document).ready(function(){initNavTree('chapter0.html','');});
83-
/* @license-end */
8477
</script>
8578
<div id="doc-content">
8679
<!-- window showing the filter options -->
@@ -97,7 +90,7 @@
9790
</iframe>
9891
</div>
9992

100-
<div class="PageDoc"><div class="header">
93+
<div class="header">
10194
<div class="headertitle">
10295
<div class="title">C0: Project Motivation </div> </div>
10396
</div><!--header-->
@@ -107,21 +100,21 @@ <h1><a class="anchor" id="TheEraOfMulticore"></a>
107100
The Era of Multicore</h1>
108101
<p>In the past, we embrace <em>free</em> performance scaling on our software thanks to advances in manufacturing technologies and micro-architectural innovations. Approximately for every 1.5 year we can speed up our programs by simply switching to new hardware and compiler vendors that brings 2x more transistors, faster clock rates, and higher instruction-level parallelism. However, this paradigm was challenged by the power wall and increasing difficulties in exploiting instruction-level parallelism. The boost to computing performance has stemmed from changes to multicore chip designs.</p>
109102
<div class="image">
110-
<img src="era_multicore.jpg" alt="" width="50%"/>
103+
<img src="era_multicore.jpg" alt="era_multicore.jpg" width="50%"/>
111104
</div>
112105
<p>The above sweeping visualization (thanks to Prof. Mark Horowitz and his group) shows the evolution of computer architectures is moving toward multicore designs. Today, multicore processors and multiprocessor systems are common in many electronic products such as mobiles, laptops, desktops, and servers. In order to keep up with the performance scaling, it is becoming necessary for software developers to write parallel programs that utilize the number of available cores.</p>
113106
<h1><a class="anchor" id="LoopLevelParallelism"></a>
114107
Loop-level Parallelism</h1>
115108
<p>The most basic and simplest concept of parallel programming is <em>loop-level parallelism</em>, exploiting parallelism that exists among the iterations of a loop. The program typically partitions a loop of iterations into a set of of blocks, either fixed or dynamic, and run each block in parallel. Below the figure illustrates this pattern.</p>
116109
<div class="image">
117-
<img src="loop-level-parallelism.jpeg" alt="" width="30%"/>
110+
<img src="loop-level-parallelism.jpeg" alt="loop-level-parallelism.jpeg" width="30%"/>
118111
</div>
119112
<p>The main advantage of the loop-based approach is its simplicity in speeding up a regular workload in line with Amdahl's Law. Programmers only need to discover independence of each iteration within a loop and, once possible, the parallel decomposition strategy can be easily implemented. Many existing libraries have built-in support to write a parallel-for loop.</p>
120113
<h1><a class="anchor" id="html"></a>
121114
TaskBasedParallelism Task-based Parallelism</h1>
122115
<p>The traditional loop-level parallelism is simple but hardly allows users to exploit parallelism in more irregular applications such as graph algorithms, incremental flows, recursion, and dynamically-allocated data structures. To address these challenges, parallel programming and libraries are evolving from the tradition loop-based parallelism to the <em>task-based</em> model.</p>
123116
<div class="image">
124-
<img src="task-level-parallelism.png" alt="" width="30%"/>
117+
<img src="task-level-parallelism.png" alt="task-level-parallelism.png" width="30%"/>
125118
</div>
126119
<p>The above figure shows an example <em>task dependency graph</em>. Each node in the graph represents a task unit at function level and each edge indicates the task dependency between a pair of tasks. Task-based model offers a powerful means to express both regular and irregular parallelism in a top-down manner, and provides transparent scaling to large number of cores. In fact, it has been proven, both by the research community and the evolution of parallel programming standards, task-based approach scales the best with future processor generations and architectures.</p>
127120
<h1><a class="anchor" id="ChallengesOfTaskBasedParallelProgramming"></a>
@@ -136,15 +129,14 @@ <h1><a class="anchor" id="TheProjectMantra"></a>
136129
<li>Transparency</li>
137130
</ul>
138131
<p>In a nutshell, code written with Cpp-Taskflow explains itself. The transparency allows developers to forget about the difficult thread managements at programming time. They can focus on high-level implementation of parallel decomposition algorithms, leaving the concurrency details and scalability handled by Cpp-Taskflow. </p>
139-
</div></div><!-- PageDoc -->
140-
</div><!-- contents -->
132+
</div></div><!-- contents -->
141133
</div><!-- doc-content -->
142134
<!-- start footer part -->
143135
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
144136
<ul>
145137
<li class="footer">Generated by
146138
<a href="http://www.doxygen.org/index.html">
147-
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.16 </li>
139+
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
148140
</ul>
149141
</div>
150142
</body>

0 commit comments

Comments
 (0)