Add some missing doc comments
authorJorin Vogel <hi@jorin.me>
Wed, 2 Aug 2017 12:25:05 +0000 (14:25 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 3 Aug 2017 13:57:51 +0000 (15:57 +0200)
commit81c13171a985b89f2af6682dbd1d4b8766cb9af7
treedb39d78bbe6da0ea3f3dd3d2f94c7e1571ad8fd6
parent9891c0fb0eb274b8a95b62c40070a87a6e04088c
Add some missing doc comments

As pointed out by the linter, some exported functions and types are
missing doc comments.
The linter warnings have been reduced from 194 to 116.
Not all missing comments have been added in this commit though.
30 files changed:
create/content_template_handler.go
deps/deps.go
docshelper/docs.go
helpers/baseURL.go
helpers/content.go
helpers/content_renderer.go
helpers/hugo.go
helpers/language.go
helpers/path.go
hugofs/fs.go
hugolib/handler_base.go
hugolib/handler_meta.go
hugolib/multilingual.go
hugolib/page_output.go
media/mediaType.go
output/layout.go
releaser/releasenotes_writer.go
releaser/releaser.go
source/file.go
source/inmemory.go
tpl/fmt/fmt.go
tpl/math/math.go
tpl/os/os.go
tpl/partials/partials.go
tpl/strings/truncate.go
tpl/template.go
tpl/tplimpl/templateProvider.go
tpl/urls/urls.go
transform/livereloadinject.go
watcher/batcher.go