ref: b9f8c0c12033ba28c927b8eb07d7bdda6602a5c2
parent: bd2b679eaf45669e23a724a5dacd5421c5ec61e1
author: bep <[email protected]>
date: Fri Mar 6 19:10:00 EST 2015
author: fix doc
--- 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