Make comments more useful
This commit is contained in:
@@ -12,8 +12,8 @@ type InlineXHTMLContent struct {
|
||||
Type string `xml:"type,attr"`
|
||||
}
|
||||
|
||||
// newInlineXHTMLContent creates a new InlineXHTMLContent. It returns a
|
||||
// *InlineXHTMLContent.
|
||||
// newInlineXHTMLContent creates a new InlineXHTMLContent. It takes in the
|
||||
// string mediaType and the XHTMLDiv div and returns a *InlineXHTMLContent.
|
||||
func newInlineXHTMLContent(mediaType string, div *XHTMLDiv) *InlineXHTMLContent {
|
||||
return &InlineXHTMLContent{
|
||||
CommonAttributes: NewCommonAttributes(),
|
||||
|
Reference in New Issue
Block a user