Added comment

This commit is contained in:
Michael K 2014-11-29 01:19:55 +01:00
parent f5b1056458
commit 07c9e4322a
1 changed files with 2 additions and 0 deletions

View File

@ -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