Fix documentations

This commit is contained in:
Hajime Hoshi 2019-08-18 18:33:51 +09:00
parent f5a514646d
commit 876e61dd98
2 changed files with 4 additions and 5 deletions

View File

@ -19,8 +19,8 @@ Ebiten is an open-source game library, with which you can develop 2D games with
* macOS * macOS
* Linux * Linux
* FreeBSD * FreeBSD
* [Android](https://github.com/hajimehoshi/ebiten/wiki/Android) * Android
* [iOS](https://github.com/hajimehoshi/ebiten/wiki/iOS) * iOS
* Web browsers (Chrome, Firefox, Safari and Edge) * Web browsers (Chrome, Firefox, Safari and Edge)
* [GopherJS](https://github.com/hajimehoshi/ebiten/wiki/GopherJS) * [GopherJS](https://github.com/hajimehoshi/ebiten/wiki/GopherJS)
* [WebAssembly](https://github.com/hajimehoshi/ebiten/wiki/WebAssembly) (Experimental) * [WebAssembly](https://github.com/hajimehoshi/ebiten/wiki/WebAssembly) (Experimental)

View File

@ -14,10 +14,9 @@
// Package mobile provides functions for mobile platforms (Android and iOS). // Package mobile provides functions for mobile platforms (Android and iOS).
// //
// This package is used when you use `gomobile bind`. // This package is used when you use `ebitenmobile bind`.
// For `gomobile build`, you don't have to use this package.
// //
// For usage, see https://github.com/hajimehoshi/ebiten/wiki/Mobile, https://github.com/hajimehoshi/ebiten/wiki/Android and https://github.com/hajimehoshi/ebiten/wiki/iOS. // For usage, see https://ebiten.org/mobile.html.
package mobile package mobile
import ( import (