From b9f8c0c12033ba28c927b8eb07d7bdda6602a5c2 Mon Sep 17 00:00:00 2001 From: bep Date: Sat, 7 Mar 2015 00:10:00 +0100 Subject: [PATCH] author: fix doc --- hugolib/author.go | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/hugolib/author.go b/hugolib/author.go index 83803b290..8cc52bec5 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