Document public types and methods

This commit is contained in:
Christian Muehlhaeuser
2019-12-25 05:19:33 +01:00
parent 9805957441
commit a1da1963cb
14 changed files with 24 additions and 1 deletions
+2
View File
@@ -4,6 +4,8 @@ import (
"bytes"
)
// BlockStack is a stack of block elements, used to calculate the current
// indentation & margin level during the rendering process.
type BlockStack []BlockElement
func (s *BlockStack) Len() int {