Add package docs
This commit is contained in:
parent
53cdfb64c1
commit
28e5f9d4b0
2
ui/messages/parser/doc.go
Normal file
2
ui/messages/parser/doc.go
Normal file
@ -0,0 +1,2 @@
|
||||
// Package parser contains the functions for parsing Matrix events into UIMessage objects.
|
||||
package parser
|
4
ui/messages/tstring/doc.go
Normal file
4
ui/messages/tstring/doc.go
Normal file
@ -0,0 +1,4 @@
|
||||
// Package tstring contains a string type that stores style data for each
|
||||
// character, allowing it to be rendered to a tcell screen essentially
|
||||
// unmodified.
|
||||
package tstring
|
Loading…
Reference in New Issue
Block a user