author: fix doc
authorbep <bjorn.erik.pedersen@gmail.com>
Fri, 6 Mar 2015 23:10:00 +0000 (00:10 +0100)
committerbep <bjorn.erik.pedersen@gmail.com>
Fri, 6 Mar 2015 23:10:00 +0000 (00:10 +0100)
hugolib/author.go

index 83803b290a85f60d92fe0a3ab5489150f302a7ea..8cc52bec5ed72becef089cd73cafcbc21d9eb066 100644 (file)
 
 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