summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoop Kiefte <ikojba@gmail.com>2019-01-12 12:41:09 +0100
committerJoop Kiefte <ikojba@gmail.com>2019-01-12 12:41:09 +0100
commita8f6d1543f616d3216b094c64a04e4bafe9f03b2 (patch)
tree8fde872b153fdbef94c299583c01f4349d1486c7
parenta67eeed75f713f77807594cc1e85dd219278a694 (diff)
Add description of the PDF package
-rw-r--r--pdf/create.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf/create.go b/pdf/create.go
index f4346a1..69126c6 100644
--- a/pdf/create.go
+++ b/pdf/create.go
@@ -1,3 +1,4 @@
+// The PDF package of Lexington creates a Screenplay PDF out of the Lex screenplay parsetree. This can be generated with the several other packages, e.g. the fountain package that parses fountain to lex in preparation.
package pdf
import (