diff options
Diffstat (limited to 'document_title.go')
| -rw-r--r-- | document_title.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/document_title.go b/document_title.go index 9312fd4..55b2419 100644 --- a/document_title.go +++ b/document_title.go @@ -5,6 +5,7 @@ package asciidoctor import "fmt" +// DocumentTitle contains the main and optional sub title. type DocumentTitle struct { el *element |
