From: bep Date: Fri, 6 Mar 2015 23:10:00 +0000 (+0100) Subject: author: fix doc X-Git-Tag: v0.14~226 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b9f8c0c1;p=brevno-suite%2Fhugo author: fix doc --- diff --git a/hugolib/author.go b/hugolib/author.go index 83803b29..8cc52bec 100644 --- a/hugolib/author.go +++ b/hugolib/author.go @@ -13,14 +13,10 @@ package hugolib -/* - * An author list is a list of all authors and their metadata - */ +// AuthorList is a list of all authors and their metadata. type AuthorList map[string]Author -/* - * An author contains details about the author of a page - */ +// Author contains details about the author of a page. type Author struct { GivenName string FamilyName string