diff --git a/internal/pkg/converter/options.go b/internal/pkg/converter/options.go index 4381bde..d83e8be 100644 --- a/internal/pkg/converter/options.go +++ b/internal/pkg/converter/options.go @@ -1,4 +1,4 @@ -// Package options manage options with default value from config. +// Package converter options manage options with default value from config. package converter import ( diff --git a/internal/pkg/converter/profiles.go b/internal/pkg/converter/profiles.go index 4029840..791cd8b 100644 --- a/internal/pkg/converter/profiles.go +++ b/internal/pkg/converter/profiles.go @@ -1,4 +1,4 @@ -// Package profiles manage supported profiles for go-comic-converter. +// Package converter profiles manage supported profiles for go-comic-converter. package converter import ( diff --git a/internal/pkg/epuboptions/epub_options.go b/internal/pkg/epuboptions/epub_options.go index 28e3ee1..e679b9a 100644 --- a/internal/pkg/epuboptions/epub_options.go +++ b/internal/pkg/epuboptions/epub_options.go @@ -1,4 +1,4 @@ -// Package epuboptions EPUBOptions for EPUB creation. +// Package epuboptions for EPUB creation. package epuboptions type EPUBOptions struct {