summaryrefslogtreecommitdiffstats
path: root/hugolib/author.go
diff options
context:
space:
mode:
authorbep <bjorn.erik.pedersen@gmail.com>2015-03-07 00:10:00 +0100
committerbep <bjorn.erik.pedersen@gmail.com>2015-03-07 00:10:00 +0100
commitb9f8c0c12033ba28c927b8eb07d7bdda6602a5c2 (patch)
tree8576a6502068f57a21bbed8a982c1f54851f19e2 /hugolib/author.go
parentbd2b679eaf45669e23a724a5dacd5421c5ec61e1 (diff)
author: fix doc
Diffstat (limited to 'hugolib/author.go')
-rw-r--r--hugolib/author.go8
1 files 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