Skip to content

Commit 54a2cb4

Browse files
Doxygen for db89ce4
1 parent f82d88a commit 54a2cb4

File tree

140 files changed

+11960
-0
lines changed

Some content is hidden

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

140 files changed

+11960
-0
lines changed

_config.yml

Whitespace-only changes.

_data/doc_config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "aws-iot-core-mqtt-file-streams-embedded-c",
3+
"releases": [
4+
"v1.0.0"
5+
],
6+
"branches": [
7+
"main"
8+
]
9+
}

_layouts/default.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
7+
<title>{{ site.data.doc_config.name }} Documentation</title>
8+
</head>
9+
<body>
10+
{{ content }}
11+
</body>
12+
</html>

index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
---
3+
# {{ site.data.doc_config.name }} Documentation
4+
5+
API reference documentation is available for the following releases:
6+
7+
{% for release in site.data.doc_config.releases %}
8+
- [{{ release }} documentation]({{ release }})
9+
{% endfor %}
10+
11+
API reference documentation is available for the following branches:
12+
13+
{% for branch in site.data.doc_config.branches %}
14+
- [{{ branch }} branch documentation]({{ branch }})
15+
{% endfor %}

latest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v1.0.0

v1.0.0/MqttStreams_flowChart.jpg

57.9 KB
Loading

v1.0.0/_m_q_t_t_file_downloader_8c.html

Lines changed: 656 additions & 0 deletions
Large diffs are not rendered by default.

v1.0.0/_m_q_t_t_file_downloader_8h.html

Lines changed: 635 additions & 0 deletions
Large diffs are not rendered by default.

v1.0.0/_m_q_t_t_file_downloader_8h_source.html

Lines changed: 238 additions & 0 deletions
Large diffs are not rendered by default.

v1.0.0/_m_q_t_t_file_downloader__base64_8c.html

Lines changed: 459 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)