forked from cplusplus/parallelism-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
22 lines (20 loc) · 841 Bytes
/
main.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<script src="bower_components/webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="bower_components/cxx-html-doc-framework/framework.html"/>
</head>
<body unresolved="">
<cxx-include href="front_matter.html"></cxx-include>
<cxx-include href="scope.html"></cxx-include>
<cxx-include href="normative_references.html"></cxx-include>
<cxx-include href="terms_and_definitions.html"></cxx-include>
<cxx-include href="general.html"></cxx-include>
<cxx-include href="execution_policies.html"></cxx-include>
<cxx-include href="exceptions.html"></cxx-include>
<cxx-include href="algorithms.html"></cxx-include>
<cxx-include href="task_block.html"></cxx-include>
<cxx-publish-button source="https://github.com/cplusplus/parallelism-ts"></cxx-publish-button>
</body>
</html>