Further documentation updates.

This commit is contained in:
Spencer Brower
2018-06-24 16:38:52 -04:00
parent 206b94dcac
commit a0d6686cbc
5 changed files with 23 additions and 6 deletions

3
ps.go
View File

@@ -1,8 +1,9 @@
//go:generate godocdown -output=README.md
// Package ps is a rudimentary API between Adobe Photoshop CS5 and Golang.
// The interaction between the two is implemented using Javascript/VBScript.
//
// Currently only supports Photoshop CS5 Windows x86_64.
//go:generate godocdown -output=README.md
package ps
import (