Added comment
This commit is contained in:
parent
f5b1056458
commit
07c9e4322a
2
feed.go
2
feed.go
|
@ -298,6 +298,8 @@ func (this *Feed) testVersions() bool {
|
|||
return true
|
||||
}
|
||||
|
||||
// Returns the type of the feed, ie. "atom" or "rss", and the version number as an array.
|
||||
// The first item in the array is the major and the second the minor version number.
|
||||
func (this *Feed) GetVersionInfo(doc *xmlx.Document) (ftype string, fversion [2]int) {
|
||||
var node *xmlx.Node
|
||||
|
||||
|
|
Loading…
Reference in New Issue