Docstrings
Descriptions can be added to packtype definitions as shown below. The documentation is attached to the code in a way that will allow automated generation of documentation, as with Python docstrings.
Example
Descriptions can be added with normal Python docstrings or with the Packtype custom grammar:
```