Make comments more useful
This commit is contained in:
@@ -11,7 +11,8 @@ type XHTMLDiv struct {
|
||||
Content string `xml:",innerxml"`
|
||||
}
|
||||
|
||||
// NewXHTMLDiv creates a new XHTMLDiv. It returns a *XHTMLDiv.
|
||||
// NewXHTMLDiv creates a new XHTMLDiv. It takes in a string content and returns
|
||||
// a *XHTMLDiv.
|
||||
func NewXHTMLDiv(content string) *XHTMLDiv {
|
||||
return &XHTMLDiv{
|
||||
XMLNS: "http://www.w3.org/1999/xhtml",
|
||||
|
Reference in New Issue
Block a user