From 6453273bac30a5003736ad7f5e703381f4d84b83 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 9 Jan 2015 03:29:59 +0900 Subject: [PATCH] docs: Add to examples --- _docs/example.tmpl.html | 3 ++- _docs/public/example/blocks.html | 3 ++- _docs/public/example/hue.html | 3 ++- _docs/public/example/keyboard.html | 3 ++- _docs/public/example/mosaic.html | 3 ++- _docs/public/example/paint.html | 3 ++- _docs/public/example/perspective.html | 3 ++- _docs/public/example/rotate.html | 3 ++- 8 files changed, 16 insertions(+), 8 deletions(-) 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}} <link rel="shortcut icon" href="../favicon.png" type="image/png" > <link rel="icon" href="../favicon.png" type="image/png" > +<title>Ebiten example - {{.Example.Name}} {{with .Example}} -

{{.Name}}

+

Ebiten example - {{.Name}}

{{.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. --> +Ebiten example - blocks -

blocks

+

Ebiten example - blocks

// 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. --> +Ebiten example - hue -

hue

+

Ebiten example - hue

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