summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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