diff --git a/_docs/example.tmpl.html b/_docs/example.tmpl.html index cb8852667..f76798a93 100644 --- a/_docs/example.tmpl.html +++ b/_docs/example.tmpl.html @@ -2,6 +2,7 @@ {{comment .License}} +
{{.Source}}
{{end}}
diff --git a/_docs/public/example/blocks.html b/_docs/public/example/blocks.html
index fc79d9d5e..310c066cb 100644
--- a/_docs/public/example/blocks.html
+++ b/_docs/public/example/blocks.html
@@ -16,6 +16,7 @@ limitations under the License.
-->
+// Please read example/blocks/main.go and example/blocks/blocks/*.go
diff --git a/_docs/public/example/hue.html b/_docs/public/example/hue.html
index 44c3ef6fb..288e46916 100644
--- a/_docs/public/example/hue.html
+++ b/_docs/public/example/hue.html
@@ -16,6 +16,7 @@ limitations under the License.
-->
+package main
diff --git a/_docs/public/example/keyboard.html b/_docs/public/example/keyboard.html
index 2c0a20ec8..b427fbcee 100644
--- a/_docs/public/example/keyboard.html
+++ b/_docs/public/example/keyboard.html
@@ -16,6 +16,7 @@ limitations under the License.
-->
+Ebiten example - keyboard
-keyboard
+Ebiten example - keyboard
package main
diff --git a/_docs/public/example/mosaic.html b/_docs/public/example/mosaic.html
index b8b7f6d9b..f458c5c52 100644
--- a/_docs/public/example/mosaic.html
+++ b/_docs/public/example/mosaic.html
@@ -16,6 +16,7 @@ limitations under the License.
-->
+Ebiten example - mosaic
-mosaic
+Ebiten example - mosaic
package main
diff --git a/_docs/public/example/paint.html b/_docs/public/example/paint.html
index 1b57e696b..06b97ead3 100644
--- a/_docs/public/example/paint.html
+++ b/_docs/public/example/paint.html
@@ -16,6 +16,7 @@ limitations under the License.
-->
+Ebiten example - paint
-paint
+Ebiten example - paint
package main
diff --git a/_docs/public/example/perspective.html b/_docs/public/example/perspective.html
index 8ead2ac6e..fb811df9d 100644
--- a/_docs/public/example/perspective.html
+++ b/_docs/public/example/perspective.html
@@ -16,6 +16,7 @@ limitations under the License.
-->
+Ebiten example - perspective
-perspective
+Ebiten example - perspective
package main
diff --git a/_docs/public/example/rotate.html b/_docs/public/example/rotate.html
index e17a6d66e..d0698543c 100644
--- a/_docs/public/example/rotate.html
+++ b/_docs/public/example/rotate.html
@@ -16,6 +16,7 @@ limitations under the License.
-->
+Ebiten example - rotate
-rotate
+Ebiten example - rotate
package main