diff --git a/doc/Doxyfile b/doc/Doxyfile
index 0be33ef5..cabffd87 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -278,7 +278,9 @@ ALIASES = "accessors=\par Access functions:^^" \
"states=\par States:^^" \
"skinlet=\par Default Skinlet:^^" \
"aspect=\par Aspect^^" \
- "saqt=\sa ^^"
+ "embedWasm=
Run the code!"
+
+
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
# only. Doxygen will then generate output that is more tailored for C. For
@@ -1313,7 +1315,7 @@ HTML_FILE_EXTENSION = .html
# of the possible markers and block names see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_HEADER =
+HTML_HEADER = api/header.html
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
# generated HTML page. If the tag is left blank doxygen will generate a standard
@@ -1323,7 +1325,7 @@ HTML_HEADER =
# that doxygen normally uses.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_FOOTER =
+HTML_FOOTER = api/footer.html
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
# sheet that is used by each HTML page. It can be used to fine-tune the look of
diff --git a/doc/api/footer.html b/doc/api/footer.html
new file mode 100644
index 00000000..249d73fa
--- /dev/null
+++ b/doc/api/footer.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+