author: fix doc

This commit is contained in:
bep 2015-03-07 00:10:00 +01:00
parent bd2b679eaf
commit b9f8c0c120

View file

@ -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