Skip to content

Commit 205938f

Browse files
updated docs
1 parent e9236f9 commit 205938f

File tree

77 files changed

+300
-235
lines changed

Some content is hidden

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

77 files changed

+300
-235
lines changed

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.1.0 LANGUAGES CXX)
6+
project(Cpp-Taskflow VERSION 2.2.0 LANGUAGES CXX)
77

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

docs/Cookbook.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<tr style="height: 56px;">
3838
<td id="projectalign" style="padding-left: 0.5em;">
3939
<div id="projectname"><a href="https://github.com/cpp-taskflow/cpp-taskflow">Cpp-Taskflow</a>
40-
&#160;<span id="projectnumber">2.1.0</span>
40+
&#160;<span id="projectnumber">2.2.0</span>
4141
</div>
4242
</td>
4343
<td> <div id="MSearchBox" class="MSearchBoxInactive">

docs/Cookbook.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ var Cookbook =
5555
[ "Execute a Framework", "chapter7.html#C7_ExecuteAFramework", null ],
5656
[ "Lifetime of a Framework", "chapter7.html#C7_LifeTimeOfAFramework", null ],
5757
[ "Create an Application Framework", "chapter7.html#C7_CreateAppicationFramework", null ],
58+
[ "Framework Decomposition", "chapter7.html#C7_FrameworkDecomposition", null ],
5859
[ "Caveats", "chapter7.html#C7_Caveats", null ]
5960
] ]
6061
];

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.1.0
41+
PROJECT_NUMBER = 2.2.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<tr style="height: 56px;">
3838
<td id="projectalign" style="padding-left: 0.5em;">
3939
<div id="projectname"><a href="https://github.com/cpp-taskflow/cpp-taskflow">Cpp-Taskflow</a>
40-
&#160;<span id="projectnumber">2.1.0</span>
40+
&#160;<span id="projectnumber">2.2.0</span>
4141
</div>
4242
</td>
4343
<td> <div id="MSearchBox" class="MSearchBoxInactive">

docs/Reference.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<tr style="height: 56px;">
3838
<td id="projectalign" style="padding-left: 0.5em;">
3939
<div id="projectname"><a href="https://github.com/cpp-taskflow/cpp-taskflow">Cpp-Taskflow</a>
40-
&#160;<span id="projectnumber">2.1.0</span>
40+
&#160;<span id="projectnumber">2.2.0</span>
4141
</div>
4242
</td>
4343
<td> <div id="MSearchBox" class="MSearchBoxInactive">

docs/Releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<tr style="height: 56px;">
3838
<td id="projectalign" style="padding-left: 0.5em;">
3939
<div id="projectname"><a href="https://github.com/cpp-taskflow/cpp-taskflow">Cpp-Taskflow</a>
40-
&#160;<span id="projectnumber">2.1.0</span>
40+
&#160;<span id="projectnumber">2.2.0</span>
4141
</div>
4242
</td>
4343
<td> <div id="MSearchBox" class="MSearchBoxInactive">

docs/annotated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<tr style="height: 56px;">
3838
<td id="projectalign" style="padding-left: 0.5em;">
3939
<div id="projectname"><a href="https://github.com/cpp-taskflow/cpp-taskflow">Cpp-Taskflow</a>
40-
&#160;<span id="projectnumber">2.1.0</span>
40+
&#160;<span id="projectnumber">2.2.0</span>
4141
</div>
4242
</td>
4343
<td> <div id="MSearchBox" class="MSearchBoxInactive">

docs/basic__taskflow_8hpp_source.html

Lines changed: 19 additions & 20 deletions
Large diffs are not rendered by default.

docs/chapter0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<tr style="height: 56px;">
3838
<td id="projectalign" style="padding-left: 0.5em;">
3939
<div id="projectname"><a href="https://github.com/cpp-taskflow/cpp-taskflow">Cpp-Taskflow</a>
40-
&#160;<span id="projectnumber">2.1.0</span>
40+
&#160;<span id="projectnumber">2.2.0</span>
4141
</div>
4242
</td>
4343
<td> <div id="MSearchBox" class="MSearchBoxInactive">

0 commit comments

Comments
 (0)