Added package summaries to more packages
parent
d57db6327d
commit
11b680db63
@ -0,0 +1,3 @@
|
||||
// Package backends contains sub-packages that register backends with tomo when
|
||||
// linked into a program.
|
||||
package backends
|
@ -0,0 +1,2 @@
|
||||
// Package x implements an X11 backend.
|
||||
package x
|
@ -0,0 +1,3 @@
|
||||
// Package popups provides a set of pre-made pop-up windows such as dialog
|
||||
// boxes.
|
||||
package popups
|
@ -0,0 +1,2 @@
|
||||
// Package theme implements a theming system for tomo.
|
||||
package theme
|
Loading…
Reference in New Issue