add doc
This commit is contained in:
parent
afad20dce7
commit
1246e79fb6
2 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,7 @@ include $(GOROOT)/src/Make.inc
|
|||
|
||||
TARG=draw2d.googlecode.com/hg/draw2d
|
||||
GOFILES=\
|
||||
draw2d.go\
|
||||
arc.go\
|
||||
curves.go\
|
||||
image.go\
|
||||
|
|
5
draw2d/draw2d.go
Normal file
5
draw2d/draw2d.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
// Copyright 2011 The draw2d Authors. All rights reserved.
|
||||
// created: 29/09/2011 by Laurent Le Goff
|
||||
|
||||
// The package draw2d provide a Graphic Context that can draw vectorial figure on surface.
|
||||
package draw2d
|
Loading…
Reference in a new issue